stoneage8.5/石器时代8.5客户端最新源代码/石器源码/systeminc/gamemain.h

39 lines
835 B
C
Raw Permalink Normal View History

2020-06-23 15:27:59 +08:00
// gamemain.cpp ???????
#ifndef _GAMEMAIN_H_
#define _GAMEMAIN_H_
// ????<3F>֢t
enum{
GAME_LOGIN, // ????
GAME_FIELD, // ????????
GAME_FIELD_TO_ENCOUNT, // ?????????????????<3F><>?
GAME_ENCOUNT_TO_BATTLE, // ???????<3F><>??<3F>P<EFBFBD>f
GAME_BATTLE // ???????<3F><>??<3F>P<EFBFBD>f
};
extern int GameState; // ????<3F>֢t
extern DWORD NowTime;
//extern double NowTime; // ???????
//---------------------------------------------------------------------------//
// ????????<3F>L? //
//---------------------------------------------------------------------------//
BOOL GameMain( void );
BOOL InitGame( void );
void EndGame( void );
#ifdef _STONDEBUG_
// <20>ѩ<EFBFBD><D1A9><EFBFBD><EFBFBD><EFBFBD>
void InfoDisp( void );
#endif
// ?????????<3F><>??<3F><>??<3F><>?
void DisplayFrameRate( void );
#endif