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

@@ -8,12 +8,12 @@
#include "platform/sdl2/Input.h"
#include "platform/sdl2/Storage.h"
#include "EntityTracker.h"
#include "Minecraft.Client/Common/ShutdownManager.h"
#include "Minecraft.Client/Common/src/Console_Debug_enum.h"
#include "Minecraft.Client/Common/src/DLC/DLCManager.h"
#include "Minecraft.Client/Common/src/DLC/DLCPack.h"
#include "Minecraft.Client/Common/src/Network/NetworkPlayerInterface.h"
#include "Minecraft.Client/Linux/Linux_App.h"
#include "app/common/ShutdownManager.h"
#include "app/common/src/Console_Debug_enum.h"
#include "app/common/src/DLC/DLCManager.h"
#include "app/common/src/DLC/DLCPack.h"
#include "app/common/src/Network/NetworkPlayerInterface.h"
#include "app/linux/Linux_App.h"
#include "PlayerChunkMap.h"
#include "Pos.h"
#include "ServerChunkCache.h"