summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.h b/window.h
index 8259b2852..fde10cdf5 100644
--- a/window.h
+++ b/window.h
@@ -563,6 +563,8 @@ Window *AllocateWindowAutoPlace2(
void DrawWindowViewport(Window *w);
void InitWindowSystem(void);
+void UnInitWindowSystem(void);
+void ResetWindowSystem(void);
int GetMenuItemIndex(Window *w, int x, int y);
void MouseLoop(void);
void UpdateWindows(void);