refactor: move HandleXuiActions to separate translation unit

This commit is contained in:
MatthewBeshay
2026-04-06 20:32:24 -05:00
committed by Tropical
parent 3b47b80762
commit 7787015025
7 changed files with 1490 additions and 1438 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -30,7 +30,7 @@
#include "platform/sdl2/Input.h"
#include "platform/sdl2/Render.h"
#include "platform/sdl2/Storage.h"
#include "protocol/DisconnectPacket.h"
#include "minecraft/network/packet/DisconnectPacket.h"
#include "app/common/Audio/SoundEngine.h"
#include "app/common/DLC/DLCPack.h"
#include "app/common/DLC/DLCManager.h"
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -6,7 +6,7 @@
#include "platform/NetTypes.h"
#include "platform/sdl2/Storage.h"
#include "platform/XboxStubs.h"
#include "protocol/DisconnectPacket.h"
#include "minecraft/network/packet/DisconnectPacket.h"
struct INVITE_INFO;
+1
View File
@@ -1,3 +1,4 @@
#include "app/linux/LinuxGame.h"
#include "app/common/SaveManager.h"
#include <chrono>
+1 -1
View File
@@ -7,7 +7,7 @@
#include <vector>
#include "app/common/App_structs.h"
#include "minecraft/world/entity/player/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
class ModelPart;