This commit is contained in:
Paul 2001-02-09 21:41:55 +00:00
parent 73ebe07cc2
commit 469fa455ee
9 changed files with 173 additions and 60 deletions

View file

@ -36,6 +36,7 @@ public:
void shutdown();
void select();
void unselect();
void think(int _frames);
void render();
@ -43,7 +44,9 @@ public:
private:
int m_active;
int m_active;
class CGUIControlFrame *m_guiFrame;
};
@ -58,7 +61,7 @@ private:
/*---------------------------------------------------------------------- */
#endif /* __GAME_CONVO_H__ */
#endif /* __GAME_PAUSE_H__ */
/*===========================================================================
end */