diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-08 16:47:48 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:57:01 +0200 |
commit | 7e84d664079d9c407bdf94861825bb05ccf1b0f7 (patch) | |
tree | 6c0caeb168379a4978b2bc074133f3942276af47 /src/interfaces/matrix.hpp | |
parent | 45e3ae285c63d91dcac426cffdd9d9648e48399b (diff) |
refactor: move matrix iterator to engine graphics folder
Diffstat (limited to 'src/interfaces/matrix.hpp')
-rw-r--r-- | src/interfaces/matrix.hpp | 2 |
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> |