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

25 lines
722 B
C

#ifndef __MAPWARPPOINT_H__
#define __MAPWARPPOINT_H__
#include "common.h"
#include "util.h"
int MAPPOINT_InitMapWarpPoint( void);
void MAPPOINT_resetMapWarpPoint( int flg);
int MAPPOINT_loadMapWarpPoint( void);
BOOL MAPPOINT_CHECKINDEX( int ps);
int MAPPOINT_getMPointEVType( int ps);
int MAPPOINT_creatMapWarpObj( int pointindex, char *buf, int objtype);
int MAPPOINT_setMapWarpGoal( int ps, char *buf);
int MAPPOINT_setMapWarpFrom( int ps, char *buf);
int MAPPOINT_getMapWarpGoal( int ps, int ofl, int ox, int oy, int *fl, int *x, int *y);
void MAPPOINT_MapWarpHandle( int charaindex, int ps, int ofl, int ox, int oy );
#ifdef _MO_LNS_MAPSUOXU
int DelMapPoint( int ps);
int SetMapPoint( char* buf);
#endif
#endif