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

10 lines
137 B
C

#ifndef _NPC_MSG_H_
#define _NPC_MSG_H_
BOOL NPC_MsgInit( int meindex );
void NPC_MsgLooked( int meindex , int lookedindex );
#endif