This commit is contained in:
parent
655a98eb95
commit
f264581ec6
@ -48,8 +48,7 @@ CD_FILESYS_LIB := CMXBoot
|
|||||||
# Source Code to Compile
|
# Source Code to Compile
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
backend_src := complete \
|
backend_src := credits \
|
||||||
credits \
|
|
||||||
gameover \
|
gameover \
|
||||||
party
|
party
|
||||||
|
|
||||||
|
@ -55,10 +55,6 @@
|
|||||||
#include "backend\gameover.h"
|
#include "backend\gameover.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __BACKEND_COMPLETE_H__
|
|
||||||
#include "backend\complete.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef __MAP_MAP_H__
|
#ifndef __MAP_MAP_H__
|
||||||
#include "map\map.h"
|
#include "map\map.h"
|
||||||
#endif
|
#endif
|
||||||
@ -108,7 +104,6 @@ CScene *CSceneSelector::s_sceneList[]=
|
|||||||
&GameScene, // First scene in the list is the default scene
|
&GameScene, // First scene in the list is the default scene
|
||||||
&FrontEndScene,
|
&FrontEndScene,
|
||||||
&GameOverScene,
|
&GameOverScene,
|
||||||
&GameCompletedScene,
|
|
||||||
&FmaScene,
|
&FmaScene,
|
||||||
&MapScene,
|
&MapScene,
|
||||||
&ShopScene,
|
&ShopScene,
|
||||||
|
@ -89,14 +89,6 @@ CFG=spongebob project - Win32 Debug
|
|||||||
# PROP Default_Filter ""
|
# PROP Default_Filter ""
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\..\source\backend\complete.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\..\source\backend\complete.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\..\source\backend\credits.cpp
|
SOURCE=..\..\..\source\backend\credits.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
Loading…
Reference in New Issue
Block a user