chuyiwen_gmsv/include/npc_itemchange.h

13 lines
358 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef _ITEM_CHANGE_
#define _ITEM_CHANGE_
//#ifdef _CFREE_petskill
BOOL NPC_ItemchangeManInit( int meindex );
void NPC_ItemchangeManTalked( int meindex, int talkerindex, char *msg, int color );
void NPC_ItemchangeManWindowTalked( int meindex, int talkerindex, int seqno,
int select, char *data);
void NPC_ItemchangeManLoop( int meindex);
#endif