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

20 lines
427 B
C
Raw Normal View History

2020-06-23 15:27:59 +08:00
/************************/
/* battleMap.h */
/************************/
#ifndef _BATTLE_MAP_H_
#define _BATTLE_MAP_H_
// ????????????
#define BATTLE_MAP_FILES 220
// ?????????<3F>k?
extern int BattleMapNo;
// ??????<3F><>????????????????<3F><> ***************************/
BOOL ReadBattleMap( int no );
// ??????<3F><>? ***********************************************************/
void DrawBattleMap( void );
#endif