initial commit
This commit is contained in:
9
include/ReMaze/maze.hpp
Normal file
9
include/ReMaze/maze.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef MAZE_HPP
|
||||
#define MAZE_HPP
|
||||
|
||||
namespace Maze {
|
||||
class Maze;
|
||||
}
|
||||
|
||||
|
||||
#endif // MAZE_HPP
|
Reference in New Issue
Block a user