merged master

This commit is contained in:
2020-08-20 10:43:37 -05:00
parent 42597c2a7a
commit d6e1f57c23
8 changed files with 3283 additions and 2 deletions

11
src/NanoManager.hpp Normal file
View 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