satdump/src-core/common/widgets/switch.h

5 lines
139 B
C
Raw Permalink Normal View History

2023-12-17 23:17:40 -05:00
#pragma once
2022-09-12 23:53:45 +02:00
2023-12-17 23:17:40 -05:00
void ToggleButton(const char *str_id, int *v);
void FancySlider(const char *str_id, const char *label, float *v, int width);