ui/wpf/toolkit.h

changeset 135
b9dc9cdfa23a
parent 89
9a7e4a335b2b
--- a/ui/wpf/toolkit.h	Sun Jan 22 11:48:50 2017 +0100
+++ b/ui/wpf/toolkit.h	Sun Jan 22 17:23:20 2017 +0100
@@ -51,6 +51,10 @@
 typedef void(*UIcallback)(void*,void*);
 
 UI_IMPORT void __stdcall UIinit(char *appname);
+
+UI_IMPORT void __stdcall UIonstartup(ui_callback f, void *userdata);
+UI_IMPORT void __stdcall UIonopen(ui_callback f, void *userdata);
+UI_IMPORT void __stdcall UIonexit(ui_callback f, void *userdata);
 UI_IMPORT void __stdcall UImain();
 UI_IMPORT void __stdcall UIshow(UIWIDGET widget);
 

mercurial