aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--boxes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/boxes.c b/boxes.c
index 5945308..5bd5ed0 100644
--- a/boxes.c
+++ b/boxes.c
@@ -35,9 +35,8 @@ config BOXES
35*/ 35*/
36 36
37#include "toys.h" 37#include "toys.h"
38#include "toynet.h"
39 38
40DEFINE_GLOBALS( 39GLOBALS(
41 char *mode; 40 char *mode;
42 long h, w; 41 long h, w;
43 // TODO - actually, these should be globals in the library, and leave this buffer alone. 42 // TODO - actually, these should be globals in the library, and leave this buffer alone.