chuyiwen_gmsv/include/npc_fmletter.h

14 lines
384 B
C
Raw Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_FMLETTER_H__
#define __NPC_FMLETTER_H__
void NPC_FmLetterTalked( int meindex , int talkerindex , char *msg ,
int color );
BOOL NPC_FmLetterInit( int meindex );
void NPC_FmLetterLooked( int meindex, int lookedindex );
void NPC_FmLetterWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);
#endif
/*__NPC_FMLETTER_H__*/