mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:23:46 +00:00
refactor: move Minecraft.Client into app
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user