refactor: move Minecraft.Client into app

This commit is contained in:
MatthewBeshay
2026-04-02 16:09:32 +11:00
parent e5a859f8a7
commit 11f9bd6046
784 changed files with 2598 additions and 2604 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include <sstream>
#include <vector>
#include "Minecraft.Client/Linux/Linux_App.h"
#include "app/linux/Linux_App.h"
#include "console_helpers/StringHelpers.h"
HtmlString::HtmlString(std::wstring text, eMinecraftColour hexColor,
+1 -1
View File
@@ -4,7 +4,7 @@
#include <string>
#include <vector>
#include "Minecraft.Client/Common/App_enums.h"
#include "app/common/App_enums.h"
// 4J: Simple std::string wrapper that includes basic formatting information
class HtmlString {
+1 -1
View File
@@ -3,7 +3,7 @@
#include <vector>
#include "Minecraft.Client/Linux/Stubs/winapi_stubs.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "java/Random.h"
int WeighedRandom::getTotalWeight(std::vector<WeighedRandomItem*>* items) {