From 2fbe2c72979e1470c85b8ff631e42e0594bd523c Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 24 Jan 2022 22:40:42 +0100 Subject: refactor: use #pragma once --- src/maze.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/maze.hpp') 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 *matrix, std::shared_ptr start_pos, #include "maze.tpp" -#endif -- cgit v1.2.3-18-g5258