diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-26 20:36:48 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-26 20:37:09 -0500 |
commit | ec020b646a34380793ef3b2ec66fe469f48c99a4 (patch) | |
tree | 0c61706a6dbc68fc680af5b7e76835ceb0c9438a /main.c | |
parent | c5a3c1bfdd8fe0fe81a8094ab68b7a95bdb4ea39 (diff) |
Added buffer header (with checksum in debug mode)
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ no_warn_end #include <wctype.h> #include "unicode.h" #include "util.c" +#define MATH_GL +#include "math.c" #include "text.h" #include "string32.c" #include "arr.c" |