Change structure of code base

This commit is contained in:
2025-04-30 13:06:23 +03:00
parent 3b84aa7740
commit 79fcae617e
5 changed files with 40 additions and 34 deletions

View File

@@ -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