aboutsummaryrefslogtreecommitdiff
path: root/src/maze.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/maze.hpp')
-rw-r--r--src/maze.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/maze.hpp b/src/maze.hpp
index 0ff1d06..106e347 100644
--- a/src/maze.hpp
+++ b/src/maze.hpp
@@ -1,5 +1,4 @@
-#ifndef MAZE_HPP
-#define MAZE_HPP
+#pragma once
#include "matrix.hpp"
#include "vector2.hpp"
@@ -21,4 +20,3 @@ void matrix_to_maze(Matrix<Element> *matrix, std::shared_ptr<Vector2> start_pos,
#include "maze.tpp"
-#endif