This commit is contained in:
Paul 2001-02-09 17:01:04 +00:00
parent 0d4d68d560
commit abd4133a86
24 changed files with 429 additions and 164 deletions

View file

@ -13,6 +13,7 @@
#include "utils\utils.h"
#include "system\gp.h"
#include "gfx\anim.h"
// scenes
#include "game\game.h"
@ -116,6 +117,8 @@ void InitSystem() // reordered to reduce black screen (hope all is well
CBubicleFactory::init();
CAnimDB::LoadAnims();
#if defined(__DEBUG_MEM__)
DebugMemFontInit();
#endif