mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
4 lines
139 B
C
4 lines
139 B
C
#pragma once
|
|
|
|
void ToggleButton(const char *str_id, int *v);
|
|
void FancySlider(const char *str_id, const char *label, float *v, int width);
|