diff options
Diffstat (limited to 'examples/main_loop')
-rw-r--r-- | examples/main_loop/ex_main_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/main_loop/ex_main_loop.c b/examples/main_loop/ex_main_loop.c index 728290f..9a6f98c 100644 --- a/examples/main_loop/ex_main_loop.c +++ b/examples/main_loop/ex_main_loop.c @@ -1,6 +1,7 @@ #include <glfw3.h> #include "core.h" +#include "maths.h" #include "render.h" #include "render_backend.h" |