3#include "mc/_HeaderOutputPredefine.h"
7namespace RakNet {
class BitStream; }
8namespace RakNet {
class RakNetSocket2; }
9namespace RakNet {
class RakPeer; }
10namespace RakNet {
struct RakNetGUID; }
11namespace RakNet {
struct SplitPacketChannel; }
12namespace RakNet {
struct SystemAddress; }
18MCAPI uint ConnectionAttemptLoop(
void* arguments);
20MCFOLD uint64 GetTime();
22MCFOLD uint GetTimeMS();
24MCAPI
void ProcessNetworkPacket(
34MCAPI
bool ProcessOfflineNetworkPacket(
40 bool* isOfflineMessage,
46MCAPI uint UpdateNetworkLoop(
void* arguments);
48MCAPI uint UpdateTCPInterfaceLoop(
void* arguments);
50MCFOLD
void _RakFree_Ex(
void* p,
char const* file, uint line);
52MCFOLD
void* _RakMalloc_Ex(uint64 size,
char const* file, uint line);
54MCAPI
void* _RakRealloc_Ex(
void* p, uint64 size,
char const* file, uint line);
59MCAPI ::RakNet::RakNetGUID
const& UNASSIGNED_RAKNET_GUID();
61MCAPI ::RakNet::SystemAddress
const& UNASSIGNED_SYSTEM_ADDRESS();
63MCAPI ::std::add_lvalue_reference_t<uint64 (*)()> rak64BitGuidGeneratorOverride();
65MCAPI ::std::add_lvalue_reference_t<int (*)(
char const*, ...)> rakDebugLogCallback();
Definition RakNetSocket2.h:12
Definition SplitPacketChannel.h:7
Definition SystemAddress.h:7