This commit is contained in:
Paul 2001-04-17 21:40:16 +00:00
parent 6453e168ee
commit e560dec50b
8 changed files with 71 additions and 81 deletions

View file

@ -37,20 +37,10 @@
class CFrontEndFMVTHQ : public CFrontEndMode
{
public:
void init();
void shutdown();
void select();
void unselect();
void render();
void think(int _frames);
int isReadyToExit();
CFrontEndScene::FrontEndMode getNextMode();
private:
int m_shuttingDown;
};