summaryrefslogtreecommitdiff
path: root/windows/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.h')
-rw-r--r--windows/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/gui.h b/windows/gui.h
index 82ae83642..007afe7c8 100644
--- a/windows/gui.h
+++ b/windows/gui.h
@@ -97,5 +97,9 @@ nserror nsws_create_main_class(HINSTANCE hinstance);
*/
bool nsws_window_go(HWND hwnd, const char *url);
+/**
+ * Run the win32 message loop with scheduling
+ */
+void win32_run(void);
#endif