chuyiwen_gmsv/include/npc_fmdengon.h

11 lines
273 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_FMDENGON_H__
#define __NPC_FMDENGON_H__
BOOL NPC_FmDengonInit( int meindex );
void NPC_FmDengonLooked( int meindex, int lookedindex );
void NPC_FmDengonWindowTalked( int index, int talker, int seqno, int select, char *data);
#endif
/*__NPC_FMDENGON_H__*/