7 lines
181 B
C
7 lines
181 B
C
#ifndef __READNPC_H__
|
|
#define __READNPC_H__
|
|
BOOL NPC_readNPCSettingFiles( char* topdirectory ,int templatesize,int createsize);
|
|
BOOL NPC_reloadNPC(void);
|
|
#endif
|
|
/*__READNPC_H__*/
|