diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-20 20:35:42 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-20 20:35:42 +0100 |
commit | ccd5e68160be5037782516253cb9a5ffa4b830a6 (patch) | |
tree | 321de4859169fed562f2c8a06b2f1c69dd7400f3 /src/main.cpp | |
parent | c5697e42a76142c339806e1c0bc7ed15e3ace548 (diff) | |
download | engine-ccd5e68160be5037782516253cb9a5ffa4b830a6.tar.gz |
improved file structure for autotools
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index c246491..2ee007f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ #include <cmath> #include <cstdint> #include <vector> -#include <SDL2/SDL.h> +#include <SDL.h> #include "chfb.h" #include "pixfb.h" #include "obj3d.h" |