mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
refactor: move HandleXuiActions to separate translation unit
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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,3 +1,4 @@
|
||||
#include "app/linux/LinuxGame.h"
|
||||
#include "app/common/SaveManager.h"
|
||||
|
||||
#include <chrono>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user