From 7e84d664079d9c407bdf94861825bb05ccf1b0f7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 8 Jun 2022 16:47:48 +0200 Subject: refactor: move matrix iterator to engine graphics folder --- src/interfaces/matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces') 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 -- cgit v1.2.3-18-g5258