This commit is contained in:
Paul 2001-06-04 16:10:06 +00:00
parent 82b627ce56
commit 63c3ca5ca1
5 changed files with 119 additions and 14 deletions

View file

@ -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;
};