chuyiwen_gmsv/include/npc_itemchange.h
chuyiwen bea5ac05b3 sq_gmsv_chuyiwen
sa_sever
2016-12-24 09:45:52 +09:00

13 lines
358 B
C

#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