diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-02-01 02:14:33 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-02-01 02:14:33 +0100 |
commit | f1e93826da797128adcf90396d450fa590631bfb (patch) | |
tree | b50a8fa9b929a917934140eadd1f52947cdab133 /src/render.h | |
parent | 18e5b2554b4cd73207e936e76e32c9d376cd1ba8 (diff) |
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; |