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

📄 npc_windowman.h

📁 石器时代8.0服务端完整源代码。可以直接编译
💻 H
字号:
#ifndef __NPC_WINDOWMAN_H__#define __NPC_WINDOWMAN_H__void NPC_WindowmanTalked( int meindex , int talkerindex , char *msg ,                     int color );BOOL NPC_WindowmanInit( int meindex );void NPC_WindowmanLooked( int meindex, int lookedindex );void NPC_WindowmanWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);void NPC_Windowman_selectWindow( int meindex, int toindex, int num);BOOL NPC_Windowman_readData( int meindex, int windowno, BOOL chkflg);int NPC_Windowman_restoreButtontype( char *data );#endif /*__NPC_WINDOWMAN_H__*/

⌨️ 快捷键说明

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