npc_vipshop.h

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

H
10
字号
#ifndef _VIP_SHOP_H#define _VIP_SHOP_Hvoid NPC_VipshopTalked( int meindex, int talkerindex, char *msg, int color );BOOL NPC_VipshopInit( int meindex );void NPC_VipshopWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);void NPC_VipshopLoop( int meindex);#endif

⌨️ 快捷键说明

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