diff options
Diffstat (limited to 'gui.hpp')
-rw-r--r-- | gui.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ typedef struct { typedef struct { Input input; i32 width, height; // window width and height in pixels + bool fullscreen; bool close; // should the window be closed? default: input.closed void *memory; size_t memory_size; |