chuyiwen_gmsv/include/npc_charm.h

12 lines
342 B
C
Raw Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_CHARM_H__
#define __NPC_CHARM_H__
void NPC_CharmTalked( int meindex , int talkerindex , char *msg ,
int color );
BOOL NPC_CharmInit( int meindex );
void NPC_CharmWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);
void NPC_CharmLooked( int meindex , int lookedindex);
#endif