aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-11-20 20:35:42 +0100
committervimene <vincent.menegaux@gmail.com>2023-11-20 20:35:42 +0100
commitccd5e68160be5037782516253cb9a5ffa4b830a6 (patch)
tree321de4859169fed562f2c8a06b2f1c69dd7400f3 /src/main.cpp
parentc5697e42a76142c339806e1c0bc7ed15e3ace548 (diff)
downloadengine-ccd5e68160be5037782516253cb9a5ffa4b830a6.tar.gz
improved file structure for autotools
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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"