#include "Singleton.h"
#include "BombedMazeFactory.h"
#include "string.h"
Go to the source code of this file.
Functions | |
class MazeFactory * | FactoryInstance (bool bombed_) |
class MazeFactory * | FactoryInstance () |
Variables | |
class MazeFactory * | factoryInstance |
class MazeFactory* FactoryInstance | ( | ) |
Definition at line 22 of file singleton.cpp.
References FactoryInstance().
Referenced by FactoryInstance(), and main().
class MazeFactory* FactoryInstance | ( | bool | bombed_ | ) |
class MazeFactory* factoryInstance |
Definition at line 6 of file singleton.cpp.