This commit is contained in:
Paul 2001-06-10 17:07:06 +00:00
parent 40cddf5885
commit a1b011dfaa
16 changed files with 214 additions and 314 deletions

View file

@ -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*);