diff options
Diffstat (limited to 'new')
| -rw-r--r-- | new/stack.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/new/stack.c b/new/stack.c index ede49d3..3850a63 100644 --- a/new/stack.c +++ b/new/stack.c @@ -1,6 +1,9 @@ // 7 april 2015 #include "uipriv.h" +// TODO +// - rename to uiBox + typedef struct stack stack; typedef struct stackControl stackControl; |
