mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-14 01:50:05 +00:00
merged master
This commit is contained in:
11
src/NanoManager.hpp
Normal file
11
src/NanoManager.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _NM_HPP
|
||||
#define _NM_HPP
|
||||
|
||||
#include "CNShardServer.hpp"
|
||||
|
||||
namespace NanoManager {
|
||||
void init();
|
||||
void nanoSummonHandler(CNSocket* sock, CNPacketData* data);
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user