stoneage8.5/石器时代服务器端最新完整源代码/Serv/gmsv/include/map_deal.h

14 lines
396 B
C
Raw Normal View History

#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