OpenFusion/src/NPCManager.hpp

14 lines
147 B
C++

#ifndef _NPCMANAGER_HPP
#define _NPCMANAGER_HPP
#include "CNProtocol.hpp"
#include <map>
namespace NPCManager {
void init();
}
#endif