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

View File

@@ -6,10 +6,10 @@
#include <thread>
#include <vector>
#include "Minecraft.Client/Common/ShutdownManager.h"
#include "Minecraft.Client/Common/src/Network/GameNetworkManager.h"
#include "Minecraft.Client/Common/src/Network/NetworkPlayerInterface.h"
#include "Minecraft.Client/Common/src/Network/Socket.h"
#include "app/common/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 "java/InputOutputStream/BufferedOutputStream.h"