![]() |
Kochol Game Engine
0.1.0
|
#include <Singleton.h>
Public Member Functions | |
| Singleton () | |
| Constructor. | |
| ~Singleton () | |
| Destructor. | |
Static Protected Attributes | |
| static T * | m_pSingleton |
The singleton class. Maybe singleton design pattern is not good any more And we need to delete singleton from engine soon.
Definition at line 22 of file Singleton.h.
|
inline |
Constructor.
Definition at line 27 of file Singleton.h.
|
inline |
Destructor.
Definition at line 35 of file Singleton.h.
|
staticprotected |
Definition at line 44 of file Singleton.h.