StoneAge/gmsv/include/map_util.h

8 lines
178 B
C
Raw Normal View History

2018-08-07 15:51:35 +08:00
#ifndef __MAP_UTIL_H__
#define __MAP_UTIL_H__
BOOL MAP_getMapDataFromCharIndex( int index , int* map );
BOOL MAP_getMapDataFromFXY( int f , int x , int y, int* map );
#endif