This commit is contained in:
parent
0d4d68d560
commit
abd4133a86
24 changed files with 429 additions and 164 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue