summaryrefslogtreecommitdiff
path: root/src/main/engine/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/engine/ui/ui.h')
-rw-r--r--src/main/engine/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/engine/ui/ui.h b/src/main/engine/ui/ui.h
index c01591c..9aee1b8 100644
--- a/src/main/engine/ui/ui.h
+++ b/src/main/engine/ui/ui.h
@@ -22,7 +22,7 @@
#include "types.h"
-UI *ui_init(int w, int h);
+UI *ui_new(int w, int h);
void ui_loop(UI *ui);
void ui_set_title(const char *title);
void ui_set_expose_listener(void (*expose_event)());