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

@@ -3,8 +3,8 @@
#include <sstream>
#include <vector>
#include "Minecraft.Client/Common/Minecraft_Macros.h"
#include "Minecraft.Client/Common/src/DLC/DLCSkinFile.h"
#include "app/common/Minecraft_Macros.h"
#include "app/common/src/DLC/DLCSkinFile.h"
#include "PacketListener.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"