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

9 lines
185 B
C

#ifndef _NPC_STORYTELLER_H_
#define _NPC_STORYTELLER_H_
BOOL NPC_StoryTellerInit( int meindex );
void NPC_StoryTellerTalked( int meindex , int talker , char *msg , int col );
#endif