initial commit

This commit is contained in:
2025-05-09 15:44:17 -04:00
parent 1a3198dc5d
commit 07acb442c5

9
include/ReMaze/maze.hpp Normal file
View File

@@ -0,0 +1,9 @@
#ifndef MAZE_HPP
#define MAZE_HPP
namespace Maze {
class Maze;
}
#endif // MAZE_HPP