This commit is contained in:
parent
40cddf5885
commit
a1b011dfaa
16 changed files with 214 additions and 314 deletions
|
@ -63,6 +63,10 @@
|
|||
#include "map\map.h"
|
||||
#endif
|
||||
|
||||
#ifndef __BACKEND_PARTY_H__
|
||||
#include "backend\party.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Std Lib
|
||||
------- */
|
||||
|
@ -99,6 +103,7 @@ CScene *CSceneSelector::s_sceneList[]=
|
|||
&FmaScene,
|
||||
&MapScene,
|
||||
&ShopScene,
|
||||
&PartyScene,
|
||||
};
|
||||
int CSceneSelector::s_sceneCount=sizeof(s_sceneList)/sizeof(CScene*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue