Change structure of code base
This commit is contained in:
@@ -30,9 +30,5 @@ class Maze{
|
||||
bool is_wall(int, int) const;
|
||||
|
||||
void set_moves_left(int);
|
||||
|
||||
//void generate_maze();
|
||||
//void print_maze_info();
|
||||
//void play_game();
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user