mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-24 20:44:32 +00:00
12 lines
229 B
C++
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();
|
|
|
|
|
|
}; |