diff options
Diffstat (limited to 'stdlib/stdlib.c')
| -rw-r--r-- | stdlib/stdlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/stdlib.c b/stdlib/stdlib.c index b8e40a54..db60ca98 100644 --- a/stdlib/stdlib.c +++ b/stdlib/stdlib.c @@ -19,6 +19,8 @@ #include "text.h" #include "util.h" +public bool USE_COLOR; + public void tomo_init(void) { GC_INIT(); |
