6 #ifndef CREATIONAL_FACTORYMETHOD_BOMBED_MAZE_GAME_H_
7 #define CREATIONAL_FACTORYMETHOD_BOMBED_MAZE_GAME_H_
9 #include "../mazegame/maze_game.h"
13 namespace factorymethod
BombedMazeGame()
Definition: bombed_maze_game.cc:15
Definition: bombed_maze_factory.cc:11
virtual commons::Room * MakeRoom(const int &room_number) const override
Definition: bombed_maze_game.cc:22
Definition: bombed_maze_game.h:15
virtual commons::Wall * MakeWall() const override
Definition: bombed_maze_game.cc:17
Definition: maze_game.h:14