aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-08 16:47:48 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:01 +0200
commit7e84d664079d9c407bdf94861825bb05ccf1b0f7 (patch)
tree6c0caeb168379a4978b2bc074133f3942276af47 /src/interfaces
parent45e3ae285c63d91dcac426cffdd9d9648e48399b (diff)
refactor: move matrix iterator to engine graphics folder
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/matrix.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/matrix.hpp b/src/interfaces/matrix.hpp
index 3ab102c..10a3590 100644
--- a/src/interfaces/matrix.hpp
+++ b/src/interfaces/matrix.hpp
@@ -2,7 +2,7 @@
#include "engine/data/bounds.hpp"
#include "engine/data/vector2.hpp"
-#include "engine/matrix_iterator.hpp"
+#include "engine/graphics/matrix_iterator.hpp"
#include <yacppdic/factory.hpp>