Files
MCLEClient/Minecraft.Client/Windows64/Windows64_Minecraft.h
T

18 lines
327 B
C++

#pragma once
#include <string>
class Windows64Minecraft {
public:
static bool IsOfflineMode();
static std::string GetAuthenticationTicket();
static bool IsExternalLauncher();
struct Win64LaunchOptions
{
int screenMode;
bool fullscreen;
bool username;
bool token;
};
};