mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Use IWYU.
This commit is contained in:
@@ -11,13 +11,8 @@ namespace ftxui {
|
||||
// float max = 100.f,
|
||||
// float increment = (max - min) * 0.05f);
|
||||
|
||||
template<class T> // T = {int, float}
|
||||
ComponentPtr Slider(std::wstring label,
|
||||
T* value,
|
||||
T min,
|
||||
T max,
|
||||
T increment);
|
||||
|
||||
template <class T> // T = {int, float}
|
||||
ComponentPtr Slider(std::wstring label, T* value, T min, T max, T increment);
|
||||
|
||||
} // namespace ftxui
|
||||
|
||||
|
Reference in New Issue
Block a user