9 lines
185 B
C
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
|
|
|