This commit is contained in:
Paul 2000-11-20 15:45:17 +00:00
parent 903a84367b
commit d936b98f6a
9 changed files with 264 additions and 33 deletions

View file

@ -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()
{