diff options
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,4 +37,6 @@ uiControl *uiNewHorizontalStack(void); uiControl *uiNewVerticalStack(void); void uiStackAdd(uiControl *, uiControl *, int); +uiControl *uiNewEntry(void); + #endif |
