/************************/ /* 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 ); #endif