This commit is contained in:
Paul 2001-01-10 17:27:12 +00:00
parent bdce9e6b57
commit 69cacf1ddb
13 changed files with 554 additions and 28 deletions

View file

@ -8,6 +8,10 @@
#include "system\gstate.h"
#include "level\level.h"
#ifndef __GAME_CONVO_H__
#include "game\convo.h"
#endif
/*****************************************************************************/
class FontBank;
@ -29,6 +33,7 @@ public:
private:
CLevel Level;
CConversation m_conversation;
static FontBank *s_genericFont;
//static class SpriteBank *s_sprites; <-- Was causing compile error, sorry