stoneage8.5/石器时代服务器端最新完整源代码/Serv/gmsv/include/readnpc.h

9 lines
210 B
C
Raw Normal View History

#ifndef __READNPC_H__
#define __READNPC_H__
BOOL NPC_readNPCSettingFiles( char* topdirectory ,int templatesize,int createsize);
#ifdef _MO_RELOAD_NPC
BOOL NPC_reloadNPC(void);
#endif
#endif
/*__READNPC_H__*/