diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-05 13:00:57 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-05 13:00:57 -0500 |
commit | 759404e118b701a7c0264de5791f0158db0c7e13 (patch) | |
tree | 5afaf25bb618287fb45b2a6fae94326f4a7c28ea /main.c | |
parent | a9490274d79ecf0d7d9872c23ca4db1ac46570e6 (diff) |
reload buffer on change (no popup yet)
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,6 +5,7 @@ // - completion // - view-only // - Windows installation + #include "base.h" no_warn_start #if _WIN32 @@ -19,7 +20,6 @@ no_warn_end #include <shellapi.h> #endif - #include "unicode.h" #include "util.c" #if _WIN32 @@ -31,7 +31,6 @@ no_warn_end #endif #include "arr.c" -#define MATH_GL #include "math.c" #include "text.h" |