#include <enchanted_maze_factory.h>
commons::Spell * creational::abstractfactory::EnchantedMazeFactory::CastSpell |
( |
| ) |
const |
|
protectedvirtual |
commons::Maze * creational::abstractfactory::EnchantedMazeFactory::MakeMaze |
( |
| ) |
const |
|
overridevirtual |
commons::Room * creational::abstractfactory::EnchantedMazeFactory::MakeRoom |
( |
const int & |
room_number | ) |
const |
|
overridevirtual |
commons::Wall * creational::abstractfactory::EnchantedMazeFactory::MakeWall |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: