This commit is contained in:
parent
aeb95010d3
commit
694c91c470
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue