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 afdce07d61
commit ae31cbc089
1 changed files with 0 additions and 2 deletions

2
ui.h
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;