From 73195399de0a6b5de27a838bba2daedc8ff2ae65 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 19 May 2025 15:57:13 +0200 Subject: Add reference to UI in the Engine structure --- src/main/engine/ui/ui.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/main/engine/ui/ui.h') 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); -- cgit v1.2.3