OpenFusion/src/NPCManager.hpp

14 lines
147 B
C++
Raw Normal View History

2020-08-19 22:21:35 +00:00
#ifndef _NPCMANAGER_HPP
#define _NPCMANAGER_HPP
#include "CNProtocol.hpp"
#include <map>
namespace NPCManager {
void init();
}
#endif