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

12 lines
342 B
C

#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