chuyiwen_gmsv/include/map_util.h

8 lines
178 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +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