MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Create

Method Create

Source/SysOSX/Debug/DebugConsoleOSX.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51template<> bool CSingleton< CDebugConsole >::Create()
52{
53 DAEDALUS_ASSERT(mpInstance == NULL, "Already initialised");
54
55 mpInstance = new IDebugConsole();
56
57 return mpInstance ? true : false;
58}
59
60CDebugConsole::~CDebugConsole()
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected