diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-22 17:24:03 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-22 17:24:03 -0500 |
commit | bf906b2d5e1ddc5d77c06197d1105246e77b101a (patch) | |
tree | b4e5ec39bdc077206b2e0cb0e35dd39c560a113e /main.c | |
parent | c65b9f4b9faa734cb9c8804ccda0fa97f60e6381 (diff) |
undo actually not quite done yet
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,7 +8,12 @@ no_warn_start no_warn_end #include <GL/gl.h> #include <locale.h> +#include <wctype.h> +#include "unicode.h" +#include "util.c" #include "text.h" +#include "string32.c" +#include "arr.c" #include "buffer.c" static void die(char const *fmt, ...) { |