diff --git a/new/stack.c b/new/stack.c index 480b2f0..010b507 100644 --- a/new/stack.c +++ b/new/stack.c @@ -3,6 +3,7 @@ // TODO // - rename to uiBox +// - adding and removing doesn't take effect immediately on windows; I have to resize first typedef struct stack stack; typedef struct stackControl stackControl;