This commit is contained in:
Paul 2001-07-11 15:30:49 +00:00
parent 655a98eb95
commit f264581ec6
3 changed files with 1 additions and 15 deletions

View file

@ -55,10 +55,6 @@
#include "backend\gameover.h"
#endif
#ifndef __BACKEND_COMPLETE_H__
#include "backend\complete.h"
#endif
#ifndef __MAP_MAP_H__
#include "map\map.h"
#endif
@ -108,7 +104,6 @@ CScene *CSceneSelector::s_sceneList[]=
&GameScene, // First scene in the list is the default scene
&FrontEndScene,
&GameOverScene,
&GameCompletedScene,
&FmaScene,
&MapScene,
&ShopScene,