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

11 lines
291 B
C

#ifndef __NPC_FMPKMAN_H__
#define __NPC_FMPKMAN_H__
void NPC_FMPKManTalked(int meindex, int talkerindex, char *msg, int color);
BOOL NPC_FMPKManInit(int meindex);
void NPC_FMPKManWindowTalked(int meindex, int talkerindex, int seqno,
int select, char *data);
#endif
/*__NPC_FMPKMAN_H__*/