Storage: better presentation
This commit is contained in:
@@ -155,6 +155,9 @@ bool gui_button(Rect r, const char *text);
|
||||
bool gui_slider(Gui_Context *ctx, Rect r, f32 min, f32 max, f32 *value);
|
||||
bool gui_slider(Rect r, f32 min, f32 max, f32 *value);
|
||||
|
||||
bool gui_slider_text(Gui_Context *ctx, Rect r, f32 min, f32 max, f32 *value, const char *text);
|
||||
bool gui_slider_text(Rect r, f32 min, f32 max, f32 *value, const char *text);
|
||||
|
||||
// Checkbox
|
||||
// Option buttons
|
||||
// Combo box
|
||||
|
||||
Reference in New Issue
Block a user