StoneAge/gmsv/include/readnpc.h

7 lines
156 B
C
Raw Normal View History

2018-08-07 15:51:35 +08:00
#ifndef __READNPC_H__
#define __READNPC_H__
BOOL NPC_readNPCSettingFiles( char* topdirectory ,int templatesize,int createsize);
#endif
/*__READNPC_H__*/