StoneAge/gmsv/include/npc_fmdengon.h

11 lines
273 B
C
Raw Normal View History

2018-08-07 15:51:35 +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__*/