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/mazerator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mazerator.cpp') diff --git a/src/mazerator.cpp b/src/mazerator.cpp index a82bbaf..33ef1b1 100644 --- a/src/mazerator.cpp +++ b/src/mazerator.cpp @@ -1,8 +1,8 @@ +#include "engine/matrix.hpp" +#include "engine/vector2.hpp" #include "getopt.h" -#include "matrix.hpp" #include "maze.hpp" #include "utils.hpp" -#include "vector2.hpp" #include #include #include -- cgit v1.2.3-18-g5258