refactor: dissolve console_helpers into util, platform, and minecraft

This commit is contained in:
MatthewBeshay
2026-04-03 19:01:05 +11:00
parent 116cf4887d
commit decc20b70f
211 changed files with 228 additions and 249 deletions
+3 -3
View File
@@ -6,12 +6,12 @@
#include <thread>
#include <vector>
#include "app/common/ShutdownManager.h"
#include "platform/ShutdownManager.h"
#include "app/common/src/Network/GameNetworkManager.h"
#include "app/common/src/Network/NetworkPlayerInterface.h"
#include "app/common/src/Network/Socket.h"
#include "console_helpers/StringHelpers.h"
#include "console_helpers/compression.h"
#include "util/StringHelpers.h"
#include "minecraft/world/level/storage/compression.h"
#include "java/InputOutputStream/BufferedOutputStream.h"
#include "java/InputOutputStream/ByteArrayOutputStream.h"
#include "java/InputOutputStream/DataInputStream.h"
+1 -1
View File
@@ -9,7 +9,7 @@
#include "app/common/src/Network/Socket.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "console_helpers/C4JThread.h"
#include "platform/C4JThread.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"
#include "java/System.h"
@@ -5,7 +5,7 @@
#include "app/linux/Linux_App.h"
#include "PacketListener.h"
#include "console_helpers/compression.h"
#include "minecraft/world/level/storage/compression.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"
#include "minecraft/world/level/Level.h"