Decided to call it uiEntry for now.

This commit is contained in:
Pietro Gagliardi 2015-04-08 23:22:59 -04:00
parent 878e3e5e6e
commit 9f645e3ad3
1 changed files with 2 additions and 0 deletions

2
ui.h
View File

@ -37,4 +37,6 @@ uiControl *uiNewHorizontalStack(void);
uiControl *uiNewVerticalStack(void);
void uiStackAdd(uiControl *, uiControl *, int);
uiControl *uiNewEntry(void);
#endif