ui/ui/window.h

changeset 106
a4f4123ca12a
parent 28
794a5c91c479
child 140
c03c338a7dcf
--- a/ui/ui/window.h	Sat Jan 23 18:37:30 2016 +0100
+++ b/ui/ui/window.h	Sat Jan 23 20:47:07 2016 +0100
@@ -36,6 +36,8 @@
 #endif
 
 UiObject* ui_window(char *title, void *window_data);
+UiObject* ui_simplewindow(char *title, void *window_data);
+
 char* ui_openfiledialog(UiObject *obj);
 char* ui_savefiledialog(UiObject *obj);
 

mercurial