This commit is contained in:
Paul 2001-06-25 20:25:28 +00:00
parent 916cdef0aa
commit a5e3a138c2
14 changed files with 464 additions and 70 deletions

View file

@ -71,6 +71,10 @@
#include "backend\credits.h"
#endif
#ifndef __PAUL_ANIMTEST_H__
#include "paul\animtest.h"
#endif
/* Std Lib
@ -110,6 +114,7 @@ CScene *CSceneSelector::s_sceneList[]=
&ShopScene,
&PartyScene,
&CreditsScene,
&AnimTestScene,
};
int CSceneSelector::s_sceneCount=sizeof(s_sceneList)/sizeof(CScene*);