Codechange: Rename slider widget functions to be less specific.

This commit is contained in:
Peter Nelson
2022-09-11 21:21:59 +01:00
committed by PeterN
parent 23a8222200
commit d35f1d3d06
4 changed files with 20 additions and 20 deletions

View File

@@ -14,8 +14,8 @@
#include "../gfx_func.h"
void DrawVolumeSliderWidget(Rect r, byte value);
bool ClickVolumeSliderWidget(Rect r, Point pt, byte &value);
void DrawSliderWidget(Rect r, byte value);
bool ClickSliderWidget(Rect r, Point pt, byte &value);
#endif /* WIDGETS_SLIDER_TYPE_H */