aboutsummaryrefslogtreecommitdiff
path: root/src/maze.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-02-13 19:55:53 +0100
committerHampusM <hampus@hampusmat.com>2022-02-13 19:55:53 +0100
commitb0c265ee3d94921f55266a679d3801a4d2b4505b (patch)
treeb489dcbafddafdb05b415e920e9a2ca8524158e6 /src/maze.hpp
parent36ce8d5d2c9b3bb9588a2bc1d96ee2678c2b990c (diff)
refactor: move some components to a engine dir
Diffstat (limited to 'src/maze.hpp')
-rw-r--r--src/maze.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/maze.hpp b/src/maze.hpp
index f343010..e525d70 100644
--- a/src/maze.hpp
+++ b/src/maze.hpp
@@ -1,7 +1,7 @@
#pragma once
-#include "matrix.hpp"
-#include "vector2.hpp"
+#include "engine/matrix.hpp"
+#include "engine/vector2.hpp"
#include <memory>
#include <random>
#include <string>