diff options
Diffstat (limited to 'src/main/ui/ui.h')
-rw-r--r-- | src/main/ui/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ui/ui.h b/src/main/ui/ui.h index 22a6181..8d1b79c 100644 --- a/src/main/ui/ui.h +++ b/src/main/ui/ui.h @@ -20,7 +20,7 @@ #ifndef __UI_H__ #define __UI_H__ -void ui_init(void); +void ui_init(int w, int h); void ui_loop(void (*draw_frame)()); void ui_set_title(const char *title); |