diff options
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3,6 +3,16 @@ #ifndef UI_H #define UI_H +#ifndef RAYGUI_WINDOWBOX_STATUSBAR_HEIGHT +#define RAYGUI_WINDOWBOX_STATUSBAR_HEIGHT 24 +#endif + +#ifndef RAYGUI_WINDOW_CLOSEBUTTON_SIZE +#define RAYGUI_WINDOW_CLOSEBUTTON_SIZE 18 +#endif + +typedef void (*DrawWindowContentCallback)(Vector2 position, Vector2 scroll); + typedef struct { Rectangle rect; bool minimized; |
