Decided not to take the suggestions of some TODOs in ui.h.

This commit is contained in:
Pietro Gagliardi 2015-04-08 19:53:15 -04:00
parent cbc0403e6a
commit 317217de5a
1 changed files with 0 additions and 2 deletions

View File

@ -16,9 +16,7 @@ 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;