mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-04-01 17:20:04 +00:00
14 lines
147 B
C++
14 lines
147 B
C++
#ifndef _NPCMANAGER_HPP
|
|
#define _NPCMANAGER_HPP
|
|
|
|
#include "CNProtocol.hpp"
|
|
|
|
#include <map>
|
|
|
|
namespace NPCManager {
|
|
void init();
|
|
|
|
|
|
}
|
|
|
|
#endif |