mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
10 lines
172 B
C++
10 lines
172 B
C++
#pragma once
|
|
|
|
#include "CNShardServer.hpp"
|
|
|
|
namespace TransportManager {
|
|
void init();
|
|
|
|
void transportRegisterLocationHandler(CNSocket* sock, CNPacketData* data);
|
|
}
|