stoneage8.5/石器时代8.5客户端最新源代码/石器源码/systeminc/shop.h
2020-06-23 15:53:23 +08:00

20 lines
534 B
C

/************************/
/* battleMap.h */
/************************/
#ifndef _BATTLE_MAP_H_
#define _BATTLE_MAP_H_
// ????????????
#define BATTLE_MAP_FILES 220
// ??????????
extern int BattleMapNo;
// ?????????????????????? ***************************/
BOOL ReadBattleMap( int no );
// ??????? ***********************************************************/
void DrawBattleMap( void );
void (short x,short y,UCHAR ,char* ,unsigned int ,char* );
#endif