This commit is contained in:
parent
6453e168ee
commit
e560dec50b
8 changed files with 71 additions and 81 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue