diff options
Diffstat (limited to 'src/main/engine/ui/ui.h')
-rw-r--r-- | src/main/engine/ui/ui.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/engine/ui/ui.h b/src/main/engine/ui/ui.h index 2cb8d32..03d5913 100644 --- a/src/main/engine/ui/ui.h +++ b/src/main/engine/ui/ui.h @@ -20,10 +20,7 @@ #ifndef __UI_H__ #define __UI_H__ -typedef struct UI { - int width; - int height; -} UI; +#include "types.h" UI *ui_init(int w, int h); void ui_loop(void); |