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

20 lines
432 B
C
Raw Permalink Normal View History

2020-06-23 15:53:23 +08:00
/************************/
2020-06-23 15:27:59 +08:00
/* battleMap.h */
/************************/
#ifndef _BATTLE_MAP_H_
#define _BATTLE_MAP_H_
// ????????????
#define BATTLE_MAP_FILES 220
2020-06-23 15:53:23 +08:00
// ?????????吻?
2020-06-23 15:27:59 +08:00
extern int BattleMapNo;
2020-06-23 15:53:23 +08:00
// ??????????????????????? ***************************/
2020-06-23 15:27:59 +08:00
BOOL ReadBattleMap( int no );
2020-06-23 15:53:23 +08:00
// ??????丙? ***********************************************************/
2020-06-23 15:27:59 +08:00
void DrawBattleMap( void );
#endif