npc_simpleshop.h

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

H
11
字号
#ifndef __NPC_SIMPLESHOP_H__#define __NPC_SIMPLESHOP_H__void NPC_SimpleShopTalked( int index, int talker, char *msg, int color );void NPC_SimpleShopSpecialTalked( int index, int talker, char *msg, int color );void NPC_LimitBuyInShopSpecialTalked( int index, int talker, char *msg, int color );void NPC_SimpleShopInit( int meindex );#endif  /*__NPC_SIMPLESHOP_H__*/

⌨️ 快捷键说明

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