chuyiwen_gmsv/include/npc_sysinfo.h

8 lines
228 B
C
Raw Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_SYSINFO_H__
#define __NPC_SYSINFO_H__
BOOL NPC_SysinfoInit( int meindex );
void NPC_SysinfoLoop( int meindex );
void NPC_SysinfoTalked( int meindex, int tindex, char *msg, int color);
#endif /*__NPC_SYSINFO_H__*/