This commit is contained in:
Paul 2001-06-05 19:26:14 +00:00
parent d1cd9b0665
commit 4e4724e222
9 changed files with 324 additions and 110 deletions

View file

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