6 #ifndef CREATIONAL_MAZEPARTS_BOMBED_WALL_H_
7 #define CREATIONAL_MAZEPARTS_BOMBED_WALL_H_
22 virtual void Enter()
override;
void Intialize(const bool &bombed)
Definition: bombed_wall.cc:24
Definition: bombed_maze_factory.cc:11
bool bombed() const
Definition: bombed_wall.cc:29
virtual BombedWall * Clone() const override
Definition: bombed_wall.cc:19
virtual void Enter() override
Definition: bombed_wall.cc:34
Definition: bombed_wall.h:15
BombedWall(const bool &bombed)
Definition: bombed_wall.cc:12