From b0c265ee3d94921f55266a679d3801a4d2b4505b Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 13 Feb 2022 19:55:53 +0100 Subject: refactor: move some components to a engine dir --- src/maze.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/maze.hpp') 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 #include #include -- cgit v1.2.3-18-g5258