Files
DrPerkyLegit-LCEServerTest/Minecraft.Client/Windows64/Windows64_Minecraft.h
2026-05-16 11:30:28 -04:00

12 lines
229 B
C++

#pragma once
#include <string>
typedef unsigned long long PlayerUID;
class Windows64Minecraft {
public:
static PlayerUID ResolvePersistentXuidFromName(const std::wstring& playerName);
static void StartDedicatedServer();
};