3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/platform/brstd/move_only_function.h"
19MCAPI ::std::unique_ptr<::Bedrock::DeviceIdManager> _createDefaultDeviceIdManager();
22MCAPI ::std::unique_ptr<::HIDControllerGameCoreDesktop> _createHIDController(
25 ::brstd::move_only_function<
void(::IMinecraftEventing*)>,
26 ::std::deque<::brstd::move_only_function<
void(::IMinecraftEventing*)>>>& events
29MCAPI
void fileNameToSessionID(::std::string& out, ::Core::PathBuffer<::std::string>
const& filePath);
33MCAPI
int strtoint32(
char const* str,
char** endptr,
int base);
36MCAPI
void throw_system_error(::std::errc errc);
Definition DeviceIdManager.h:19
Definition HIDControllerGameCoreDesktop.h:5
Definition IMinecraftEventing.h:134