This commit is contained in:
parent
82b627ce56
commit
63c3ca5ca1
5 changed files with 119 additions and 14 deletions
|
@ -22,6 +22,10 @@
|
|||
#include "system\gstate.h"
|
||||
#endif
|
||||
|
||||
#ifndef _GLOBAL_HEADER_
|
||||
#include "system\global.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Std Lib
|
||||
------- */
|
||||
|
@ -44,6 +48,17 @@ public:
|
|||
int readyToShutdown();
|
||||
char *getSceneName() {return"FMA";}
|
||||
|
||||
private:
|
||||
void startShutdown();
|
||||
|
||||
|
||||
|
||||
class CLevel *m_level;
|
||||
|
||||
DVECTOR m_cameraPos;
|
||||
|
||||
int m_readyToShutdown;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue