diff options
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ void uiMain(void); void uiQuit(void); typedef struct uiControl uiControl; +// TODO public? +void uiControlDestroy(uiControl *); +// TODO before destroy? uintptr_t uiControlHandle(uiControl *); typedef struct uiWindow uiWindow; |
