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

8 lines
209 B
C

#ifndef __NPC_TOWNPEOPLE_H__
#define __NPC_TOWNPEOPLE_H__
void NPC_TownPeopleTalked( int index, int talker, char *msg, int color );
void NPC_TownPeopleInit( int meindex );
#endif /* __NPC_TOWNPEOPLE_H__ */