chuyiwen_gmsv/include/map_deal.h

16 lines
400 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __MAP_DEAL_H__
#define __MAP_DEAL_H__
BOOL MAP_walkAbleFromPoint( int ff, int fx, int fy, BOOL isfly );
BOOL MAP_walkAble( int index,int ff, int fx, int fy);
void MAP_preovered( int index );
void MAP_postovered( int index );
BOOL MAP_sendArroundCharNeedFD( int fd,int charaindex );
BOOL MAP_sendArroundChar(int charaindex);
#ifdef _CAX_LNS_NLGSUOXU
int QuBiao (int MapId);
#endif
#endif