Decided not to take the suggestions of some TODOs in ui.h.
This commit is contained in:
parent
afdce07d61
commit
ae31cbc089
2
ui.h
2
ui.h
|
@ -16,9 +16,7 @@ void uiMain(void);
|
||||||
void uiQuit(void);
|
void uiQuit(void);
|
||||||
|
|
||||||
typedef struct uiControl uiControl;
|
typedef struct uiControl uiControl;
|
||||||
// TODO public?
|
|
||||||
void uiControlDestroy(uiControl *);
|
void uiControlDestroy(uiControl *);
|
||||||
// TODO before destroy?
|
|
||||||
uintptr_t uiControlHandle(uiControl *);
|
uintptr_t uiControlHandle(uiControl *);
|
||||||
|
|
||||||
typedef struct uiWindow uiWindow;
|
typedef struct uiWindow uiWindow;
|
||||||
|
|
Loading…
Reference in New Issue