npc_poolitemshop.h
来自「石器时代2.0完整版源代码.已经加入新功能. 在REDHAT9下GCC3.4编」· C头文件 代码 · 共 15 行
H
15 行
#ifndef __NPC_POOLITEMSHOP_H__#define __NPC_POOLITEMSHOP_H__void NPC_PoolItemShopLoop( int meindex);BOOL NPC_PoolItemShopInit( int meindex);void NPC_PoolItemShopTalked( int meindex , int talkerindex , char *szMes ,int color );void NPC_PoolItemShopWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);#endif /*__NPC_POOLITEMSHOP_H__*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?