Storage: better presentation

This commit is contained in:
2023-09-30 18:28:35 +02:00
parent 138655191b
commit 85d57e9749
3 changed files with 99 additions and 19 deletions

View File

@@ -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