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