summaryrefslogtreecommitdiff
path: root/new/ui.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 03:12:34 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 03:12:34 -0400
commitc4045909606cbc7733846ef7ca482d27bddd2e30 (patch)
tree6fe708a9bc6a0092b746fb3c42610d34f3e811ec /new/ui.h
parenta3c26ff6522d5f383e011f4a2a2ff702dd855171 (diff)
Fixed build issues. Now I just need to hook resizing into uiWindow and implement a control and we'll be set...
Diffstat (limited to 'new/ui.h')
-rw-r--r--new/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/new/ui.h b/new/ui.h
index 11f3615..ce0a44b 100644
--- a/new/ui.h
+++ b/new/ui.h
@@ -24,4 +24,6 @@ void uiWindowShow(uiWindow *);
void uiWindowHide(uiWindow *);
void uiWindowOnClosing(uiWindow *, int (*)(uiWindow *, void *), void *);
+typedef struct uiControl uiControl;
+
#endif