Network: better prensentation
This commit is contained in:
@@ -170,6 +170,10 @@ bool gui_image(Rect r, const u8 *bmp, u32 width, u32 height, u32 channels, u32 f
|
||||
bool gui_text_input(Gui_Context *ctx, Rect r, char *text, u64 max_size);
|
||||
bool gui_text_input(Rect r, char *text, u64 max_size);
|
||||
|
||||
// Panels
|
||||
void gui_panel(Gui_Context *ctx, Rect r);
|
||||
void gui_panel(Rect r);
|
||||
|
||||
// Windows
|
||||
bool gui_window_start(Gui_Context *ctx, Rect r, Gui_Id id); // You have to provide some kind of unique id to identify windows
|
||||
bool gui_window_start(Rect r, Gui_Id id);
|
||||
|
||||
Reference in New Issue
Block a user