This commit is contained in:
Daveo 2001-01-12 22:45:13 +00:00
parent aeb95010d3
commit 694c91c470
2 changed files with 13 additions and 1 deletions

View file

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