chuyiwen_gmsv/include/npc_welfare.h

11 lines
329 B
C
Raw Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_WELFARE_H__
#define __NPC_WELFARE_H__
BOOL NPC_WelfareInit( int meindex );
void NPC_WelfareTalked( int meindex , int talker , char *msg ,int color );
void NPC_WelfareWindowTalked(int meindex, int talkerindex, int seqno, int select,char *data);
void NPC_WelfareMakeStr(int meindex,int toindex,int select);
#endif