mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50: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
|