From c4045909606cbc7733846ef7ca482d27bddd2e30 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 03:12:34 -0400 Subject: Fixed build issues. Now I just need to hook resizing into uiWindow and implement a control and we'll be set... --- new/ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'new/ui.h') 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 -- cgit v1.2.3