⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 npc_stoneserviceman.h

📁 石器时代8.0服务端完整源代码。可以直接编译
💻 H
字号:
#ifndef __NPC_STONESERVICEMAN_H__#define __NPC_STONESERVICEMAN_H__// 资料串列typedef struct _List{  char Data[32];        // 资料  struct _List *Next;   // 指向下一个List}List,*LPList;    BOOL NPC_StoneServiceManInit(int meindex);void NPC_StoneServiceManLoop(int meindex);void NPC_StoneServiceManTalked(int meindex,int talkerindex,char *msg,int color);void NPC_StoneServiceManWindowTalked(int meindex,int talkerindex,int seqno,                                     int select,char *data);int SendToAP(int nAid,int nIndex,int nLen,void *Data1,void *Data2);int RecvFromAP(int *nAid,int nIndex,int *nLen,LPList *Data);int GetMsg(int meindex);int ConnectToAP(void);#endif

⌨️ 快捷键说明

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