3#include "mc/_HeaderOutputPredefine.h"
7namespace RakNet {
class BitStream; }
8namespace RakNet {
class RakNetSocket2; }
9namespace RakNet {
class RakPeer; }
10namespace RakNet {
struct RakNetGUID; }
11namespace RakNet {
struct SystemAddress; }
17MCAPI uint ConnectionAttemptLoop(
void* arguments);
19MCFOLD uint64 GetTime();
21MCFOLD uint GetTimeMS();
23MCAPI
void ProcessNetworkPacket(
33MCAPI
bool ProcessOfflineNetworkPacket(
39 bool* isOfflineMessage,
43MCAPI uint UpdateNetworkLoop(
void* arguments);
45MCAPI uint UpdateTCPInterfaceLoop(
void* arguments);
47MCFOLD
void _RakFree_Ex(
void* p,
char const* file, uint line);
49MCFOLD
void* _RakMalloc_Ex(uint64 size,
char const* file, uint line);
51MCAPI
void* _RakRealloc_Ex(
void* p, uint64 size,
char const* file, uint line);
56MCAPI ::RakNet::RakNetGUID
const& UNASSIGNED_RAKNET_GUID();
58MCAPI ::RakNet::SystemAddress
const& UNASSIGNED_SYSTEM_ADDRESS();
60MCAPI ::std::add_lvalue_reference_t<uint64 (*)()> rak64BitGuidGeneratorOverride();
62MCAPI ::std::add_lvalue_reference_t<int (*)(
char const*, ...)> rakDebugLogCallback();
Definition RakNetSocket2.h:12
Definition SystemAddress.h:7