aboutsummaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 840d2f9..292f167 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -13,13 +13,13 @@
#include <cstdint>
#include <vector>
#include <SDL.h>
-#include "chfb.h"
-#include "pixfb.h"
-#include "obj3d.h"
-#include "math_vector.h"
-#include "vertex.h"
-#include "vertex_data.h"
-#include "tri_vertex.h"
+#include "fb/chfb.h"
+#include "fb/pixfb.h"
+#include "o3d/obj3d.h"
+#include "o3d/vertex.h"
+#include "o3d/vertex_data.h"
+#include "o3d/tri_vertex.h"
+#include "math/math_vector.h"
#define MKEY_Z 122
#define MKEY_Q 113