This commit is contained in:
parent
d1cd9b0665
commit
4e4724e222
9 changed files with 324 additions and 110 deletions
|
@ -47,6 +47,10 @@
|
|||
#include "fma\fma.h"
|
||||
#endif
|
||||
|
||||
#ifndef __SHOP_SHOP_H__
|
||||
#include "shop\shop.h"
|
||||
#endif
|
||||
|
||||
#ifndef __BACKEND_GAMEOVER_H__
|
||||
#include "backend\gameover.h"
|
||||
#endif
|
||||
|
@ -94,6 +98,7 @@ CScene *CSceneSelector::s_sceneList[]=
|
|||
&GameCompletedScene,
|
||||
&FmaScene,
|
||||
&MapScene,
|
||||
&ShopScene,
|
||||
};
|
||||
int CSceneSelector::s_sceneCount=sizeof(s_sceneList)/sizeof(CScene*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue