mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
11 lines
177 B
C++
11 lines
177 B
C++
|
#ifndef _NM_HPP
|
||
|
#define _NM_HPP
|
||
|
|
||
|
#include "CNShardServer.hpp"
|
||
|
|
||
|
namespace NanoManager {
|
||
|
void init();
|
||
|
void nanoSummonHandler(CNSocket* sock, CNPacketData* data);
|
||
|
}
|
||
|
|
||
|
#endif
|