diff options
Diffstat (limited to 'src/render.h')
-rw-r--r-- | src/render.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render.h b/src/render.h index 730673c..882e21b 100644 --- a/src/render.h +++ b/src/render.h @@ -13,6 +13,7 @@ #include "render_cpu.h" #include <math.h> #include "config.h" +#include "creator.h" config_t *_config; u32 *s_arr; |