This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
#pragma once
#include "Util/SystemAddress.h"
#include "util/G3DCore.h"
#include "RakNetTypes.h"
#ifdef _WIN32
#if defined(_NOOPT) || defined(_DEBUG) || defined(RBX_TEST_BUILD)
#define NETWORK_PROFILER
#define NETWORK_DEBUG
#endif
#endif
namespace RBX {
namespace SpatialRegion {
class Id;
}
namespace Network {
const RBX::SystemAddress RakNetToRbxAddress(const RakNet::SystemAddress& raknetAddress);
std::string RakNetAddressToString(const RakNet::SystemAddress& raknetAddress, bool writePort = true, char portDelineator='|');
}} // namespace