OpenFusion/src/NanoManager.hpp

11 lines
177 B
C++
Raw Normal View History

2020-08-20 15:43:37 +00:00
#ifndef _NM_HPP
#define _NM_HPP
#include "CNShardServer.hpp"
namespace NanoManager {
void init();
void nanoSummonHandler(CNSocket* sock, CNPacketData* data);
}
#endif