chuyiwen_gmsv/include/npc_msg.h

10 lines
137 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef _NPC_MSG_H_
#define _NPC_MSG_H_
BOOL NPC_MsgInit( int meindex );
void NPC_MsgLooked( int meindex , int lookedindex );
#endif