stoneage8.5/石器时代服务器端最新完整源代码/Serv/gmsv/include/map_deal.h
anson1788 a5b185b7ef Revert "re upload"
This reverts commit 274b7d169c.
2020-06-23 15:23:51 +08:00

14 lines
396 B
C

#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 _MO_LNS_NLGSUOXU
int QuBiao (int MapId);
#endif
#endif