summaryrefslogtreecommitdiff
path: root/src/main/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ui/ui.h')
-rw-r--r--src/main/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ui/ui.h b/src/main/ui/ui.h
index 8d1b79c..90d8c80 100644
--- a/src/main/ui/ui.h
+++ b/src/main/ui/ui.h
@@ -21,7 +21,7 @@
#define __UI_H__
void ui_init(int w, int h);
-void ui_loop(void (*draw_frame)());
+void ui_loop(void (*draw_frame)(void));
void ui_set_title(const char *title);
#endif /* __UI_H__ */