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

20 lines
534 B
C
Raw Permalink Normal View History

2020-06-23 15:53:23 +08:00
/************************/
2020-06-22 17:49:02 +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-22 17:49:02 +08:00
extern int BattleMapNo;
2020-06-23 15:53:23 +08:00
// ?????????????????????? ***************************/
2020-06-22 17:49:02 +08:00
BOOL ReadBattleMap( int no );
2020-06-23 15:53:23 +08:00
// ??????? ***********************************************************/
2020-06-22 17:49:02 +08:00
void DrawBattleMap( void );
2020-06-23 15:53:23 +08:00
void (short x,short y,UCHAR ,char* ,unsigned int ,char* );
2020-06-22 17:49:02 +08:00
#endif