npc_sellsthman.h

来自「最新主流石器時代源代碼,包含諸多目前流行功能代碼.」· C头文件 代码 · 共 10 行

H
10
字号
#ifndef _SELLSTH_MAN_H#define _SELLSTH_MAN_Hvoid NPC_SellsthManTalked( int meindex, int talkerindex, char *msg, int color );BOOL NPC_SellsthManInit( int meindex );void NPC_SellsthManWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);void NPC_SellsthManLoop( int meindex);#endif

⌨️ 快捷键说明

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