StoneAge/gmsv/include/npc_doorman.h
2018-08-07 00:51:35 -07:00

10 lines
202 B
C

#ifndef __NPC_DOORMAN_H__
#define __NPC_DOORMAN_H__
BOOL NPC_DoormanInit( int meindex );
void NPC_DoormanTalked( int meindex , int talkerindex , char *msg ,
int color );
#endif