diff --git a/stack.c b/stack.c index ede49d3a..3850a638 100644 --- a/stack.c +++ b/stack.c @@ -1,6 +1,9 @@ // 7 april 2015 #include "uipriv.h" +// TODO +// - rename to uiBox + typedef struct stack stack; typedef struct stackControl stackControl;