LiteLoaderBDS-1.16.40/LiteLoader/include/llapi/mc/RakPeerHelper.hpp
2023-03-03 10:18:21 -08:00

41 lines
1.2 KiB
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "llapi/Global.h"
#include "RakNet.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class RakPeerHelper {
#define AFTER_EXTRA
public:
class IPSupportInterface{
IPSupportInterface() = delete;
IPSupportInterface(class IPSupportInterface&) = delete;
IPSupportInterface(class IPSupportInterface&&) = delete;
};
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_RAKPEERHELPER
public:
class RakPeerHelper& operator=(class RakPeerHelper const &) = delete;
RakPeerHelper(class RakPeerHelper const &) = delete;
RakPeerHelper() = delete;
#endif
public:
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_RAKPEERHELPER
#endif
MCAPI enum RakNet::StartupResult peerStartup(class RakNet::RakPeerInterface *, struct ConnectionDefinition const &);
//private:
MCAPI void LogIPSupport();
MCAPI void _resetToIPv6Only(class gsl::span<struct RakNet::SocketDescriptor, 2>, int &);
MCAPI enum RakNet::StartupResult _startupInternal(class gsl::not_null<class RakNet::RakPeerInterface *>, struct ConnectionDefinition const &, struct RakNet::SocketDescriptor *, int &, int);
private:
};