This commit is contained in:
parent
903a84367b
commit
d936b98f6a
9 changed files with 264 additions and 33 deletions
|
@ -107,6 +107,11 @@ void InitSystem() // reordered to reduce black screen (hope all is well
|
|||
|
||||
CBubicleFactory::init();
|
||||
|
||||
#if defined(__DEBUG_MEM__)
|
||||
DebugMemFontInit();
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __USER_paul__
|
||||
s_paulScene.init();
|
||||
#endif
|
||||
|
@ -116,7 +121,10 @@ s_paulScene.init();
|
|||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
static int s_time = 0;
|
||||
#if defined(__DEBUG_MEM__)
|
||||
void dumpDebugMem();
|
||||
void DebugMemFontInit();
|
||||
#endif
|
||||
|
||||
void MainLoop()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue