chuyiwen_gmsv/include/npc_bodylan.h

17 lines
358 B
C
Raw Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_BODYLAN_H__
#define __NPC_BODYLAN_H__
void NPC_BodyLanTalked( int meindex , int talkerindex , char *msg ,
int color );
BOOL NPC_BodyLanInit( int meindex );
void NPC_BodyLanWatch( int meindex , int lookedindex);
void NPC_BodyLanWindowTalked(
int meindex,
int talkerindex,
int seqno,
int select,
char *data
);
#endif