This commit is contained in:
parent
82b627ce56
commit
63c3ca5ca1
5 changed files with 119 additions and 14 deletions
|
@ -43,6 +43,10 @@
|
|||
#include "game\game.h"
|
||||
#endif
|
||||
|
||||
#ifndef __FMA_FMA_H__
|
||||
#include "fma\fma.h"
|
||||
#endif
|
||||
|
||||
#ifndef __BACKEND_GAMEOVER_H__
|
||||
#include "backend\gameover.h"
|
||||
#endif
|
||||
|
@ -88,6 +92,7 @@ CScene *CSceneSelector::s_sceneList[]=
|
|||
&FrontEndScene,
|
||||
&GameOverScene,
|
||||
&GameCompletedScene,
|
||||
&FmaScene,
|
||||
&MapScene,
|
||||
};
|
||||
int CSceneSelector::s_sceneCount=sizeof(s_sceneList)/sizeof(CScene*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue