chuyiwen_gmsv/include/npc_townpeople.h

8 lines
209 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#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__ */