Update to NeoLegacy Latest
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user