map_warppoint.h

来自「石器时代2.0完整版源代码.已经加入新功能. 在REDHAT9下GCC3.4编」· C头文件 代码 · 共 22 行

H
22
字号
#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 );#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?