refactor: move misplaced headers to their proper modules

This commit is contained in:
MatthewBeshay 2026-04-04 14:12:58 +11:00 committed by Tropical
parent d814a78453
commit 54a1f90212
95 changed files with 119 additions and 119 deletions

View file

@ -7,9 +7,9 @@
#include "app/common/App_enums.h"
#include "app/common/Tutorial/TutorialEnum.h"
#include "app/common/UI/All Platforms/UIEnums.h"
#include "app/common/NetTypes.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
typedef struct {
wchar_t* wchFilename;

View file

@ -10,7 +10,7 @@
#include "DLCManager.h"
#include "app/common/DLC/DLCFile.h"
#include "app/linux/LinuxGame.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#if defined(_WINDOWS64)
#include "app/windows/XML/ATGXmlParser.h"
#include "app/windows/XML/xmlFilesCallback.h"

View file

@ -7,8 +7,8 @@
#include "DLCManager.h"
#include "app/common/DLC/DLCFile.h"
#include "app/linux/LinuxGame.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
DLCSkinFile::DLCSkinFile(const std::wstring& path)
: DLCFile(DLCManager::e_DLCType_Skin, path) {

View file

@ -6,7 +6,7 @@
#include "DLCFile.h"
#include "app/common/DLC/DLCManager.h"
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "minecraft/client/model/HumanoidModel.h"
class DLCSkinFile : public DLCFile {

View file

@ -21,9 +21,9 @@
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
#include "platform/PlatformServices.h"
#include "java/Class.h"
#include "java/File.h"

View file

@ -19,9 +19,9 @@
#include "app/common/Tutorial/TutorialEnum.h"
#include "app/common/UI/All Platforms/ArchiveFile.h"
#include "app/common/UI/All Platforms/UIStructs.h"
#include "app/common/NetTypes.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
#include "minecraft/network/packet/DisconnectPacket.h"
#include "minecraft/world/entity/item/MinecartHopper.h"

View file

@ -26,7 +26,7 @@
#include "app/linux/Linux_UIController.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "Socket.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#include "util/StringHelpers.h"
#include "platform/PlatformServices.h"
#include "minecraft/world/level/storage/ConsoleSaveFileIO/compression.h"

View file

@ -9,7 +9,7 @@
#endif
#include "platform/PlatformTypes.h"
#include "platform/IPlatformNetwork.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "NetworkPlayerInterface.h"
#include "PlatformNetworkManagerStub.h"
#include "SessionInfo.h"

View file

@ -2,7 +2,7 @@
#include <limits.h>
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "java/System.h"
NetworkPlayerQNet::NetworkPlayerQNet(IQNetPlayer* qnetPlayer) {

View file

@ -5,9 +5,9 @@
#if !defined(__linux__)
#include <qnet.h>
#endif
#include "app/common/NetTypes.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
#include "NetworkPlayerInterface.h"
#include "SessionInfo.h"
#include "platform/C4JThread.h"

View file

@ -9,7 +9,7 @@
#include "app/common/Network/NetworkPlayerInterface.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "NetworkPlayerQNet.h"
#include "Socket.h"
#include "platform/C4JThread.h"

View file

@ -5,9 +5,9 @@
#include <vector>
#include "platform/PlatformTypes.h"
#include "app/common/NetTypes.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
#include "NetworkPlayerInterface.h"
#include "platform/IPlatformNetwork.h"
#include "SessionInfo.h"

View file

@ -1,6 +1,6 @@
#pragma once
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
// A struct that we store in the QoS data when we are hosting the session. Max
// size 1020 bytes.

View file

@ -10,7 +10,7 @@
#include "platform/ShutdownManager.h"
#include "app/common/Network/GameNetworkManager.h"
#include "app/common/Network/NetworkPlayerInterface.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "minecraft/server/network/ServerConnection.h"
class SocketAddress {};

View file

@ -25,7 +25,7 @@
#include "app/common/UI/UILayer.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "util/StringHelpers.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/Options.h"

View file

@ -24,7 +24,7 @@
#include "app/common/UI/UILayer.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/Options.h"
#include "minecraft/client/skins/DLCTexturePack.h"

View file

@ -21,7 +21,7 @@
#include "app/common/UI/UIScene.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "java/File.h"
#include "java/InputOutputStream/FileInputStream.h"
#include "minecraft/client/Minecraft.h"

View file

@ -21,7 +21,7 @@
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "util/StringHelpers.h"
#include "java/InputOutputStream/BufferedReader.h"

View file

@ -8,9 +8,9 @@
#include "app/common/UI/Controls/UIControl_ButtonList.h"
#include "app/common/UI/UIScene.h"
#include "app/linux/Iggy/include/rrCore.h"
#include "app/common/NetTypes.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
class UILayer;

View file

@ -20,7 +20,7 @@
#include "app/common/UI/UIScene.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "util/StringHelpers.h"
#include "minecraft/client/Minecraft.h"

View file

@ -15,7 +15,7 @@
#include "app/linux/Stubs/iggy_stubs.h"
#endif
#include "app/linux/Iggy/include/rrCore.h"
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "minecraft/world/entity/player/SkinTypes.h"
#include "minecraft/client/renderer/Textures.h"

View file

@ -19,7 +19,7 @@
#include "app/linux/Iggy/include/rrCore.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/player/LocalPlayer.h"
#include "minecraft/sounds/SoundTypes.h"

View file

@ -9,7 +9,7 @@
#include "app/common/UI/Controls/UIControl_PlayerList.h"
#include "app/common/UI/UIScene.h"
#include "app/linux/Iggy/include/rrCore.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
class INetworkPlayer;
class UILayer;

View file

@ -5,7 +5,7 @@
#include "app/linux/Stubs/iggy_stubs.h"
#endif
#include "app/linux/Iggy/include/rrCore.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "UIFontData.h"
/////////////////////////////

View file

@ -35,9 +35,9 @@
#endif
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "UIFontData.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#include "platform/C4JThread.h"
#include "util/Timer.h"

View file

@ -1,7 +1,7 @@
#include "UIString.h"
#include "app/linux/LinuxGame.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#include "util/StringHelpers.h"
bool UIString::setCurrentLanguage() {

View file

@ -6,8 +6,8 @@
#include "platform/PlatformTypes.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "platform/XboxStubs.h"
class INVITE_INFO;

View file

@ -1,5 +1,5 @@
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "app/linux/LinuxGame.h"
#if defined(__linux__)

View file

@ -1,7 +1,7 @@
#ifdef __linux__
#include "platform/sdl2/Render.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "java/ByteBuffer.h"
#include "java/FloatBuffer.h"

View file

@ -1,7 +1,7 @@
#ifdef __linux__
#include "app/common/Game.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
void Display::update() {}

View file

@ -1,4 +1,4 @@
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include <string.h>

View file

@ -8,7 +8,7 @@
#include <numbers>
#include "MemoryTracker.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "java/FloatBuffer.h"
#include "minecraft/world/entity/LivingEntity.h"
#include "minecraft/world/entity/player/Player.h"

View file

@ -3,7 +3,7 @@
#include <GL/gl.h>
#include "platform/sdl2/Render.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "java/FloatBuffer.h"
#include "minecraft/world/phys/Vec3.h"

View file

@ -25,7 +25,7 @@
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#include "Options.h"
#include "Pos.h"
#include "ProgressRenderer.h"
@ -110,7 +110,7 @@
#include "app/common/Tutorial/FullTutorialMode.h"
#include "app/common/UI/All Platforms/IUIScene_CreativeMenu.h"
#include "app/common/UI/UIFontData.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "java/File.h"
#include "java/System.h"

View file

@ -3,7 +3,7 @@
#include "KeyMapping.h"
#include "app/common/Audio/SoundEngine.h"
#include "app/linux/LinuxGame.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "java/File.h"
#include "java/InputOutputStream/BufferedReader.h"

View file

@ -2,7 +2,7 @@
#include <memory>
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "minecraft/SharedConstants.h"
#include "minecraft/client/Minecraft.h"

View file

@ -16,8 +16,8 @@
#include "app/common/UI/All Platforms/UIStructs.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/common/NetTypes.h"
#include "app/common/stubs.h"
#include "platform/NetTypes.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "minecraft/SharedConstants.h"
#include "minecraft/client/Minecraft.h"

View file

@ -1,6 +1,6 @@
#include "EditBox.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "minecraft/SharedConstants.h"
#include "minecraft/client/gui/Screen.h"

View file

@ -6,7 +6,7 @@
#include <vector>
#include "platform/sdl2/Render.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "util/StringHelpers.h"
#include "java/Random.h"
#include "minecraft/SharedConstants.h"

View file

@ -11,7 +11,7 @@
#include "app/common/App_structs.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#include "util/StringHelpers.h"
#include "java/JavaMath.h"
#include "java/Random.h"
@ -55,7 +55,7 @@
#include "minecraft/world/level/storage/LevelData.h"
#include "minecraft/world/level/tile/PortalTile.h"
#include "minecraft/world/level/tile/Tile.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "strings.h"

View file

@ -4,7 +4,7 @@
#include <math.h>
#include "platform/sdl2/Render.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/Font.h"
#include "minecraft/client/gui/Gui.h"

View file

@ -5,7 +5,7 @@
#include <vector>
#include "Button.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/ChatScreen.h"

View file

@ -4,7 +4,7 @@
#include "Button.h"
#include "EditBox.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/Options.h"

View file

@ -11,7 +11,7 @@
#include "Font.h"
#include "app/common/App_enums.h"
#include "app/common/Colours/ColourTable.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/renderer/Tesselator.h"
#include "minecraft/client/renderer/Textures.h"

View file

@ -3,7 +3,7 @@
#include <vector>
#include "Button.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/Screen.h"

View file

@ -4,7 +4,7 @@
#include "Button.h"
#include "EditBox.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/Screen.h"

View file

@ -8,7 +8,7 @@
#include "app/common/Audio/SoundEngine.h"
#include "app/common/Network/GameNetworkManager.h"
#include "app/linux/LinuxGame.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/Screen.h"
#include "minecraft/client/gui/particle/GuiParticles.h"

View file

@ -6,7 +6,7 @@
#include <vector>
#include "platform/sdl2/Render.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "minecraft/client/KeyMapping.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/Options.h"

View file

@ -1,7 +1,7 @@
#include "StatsScreen.h"
#include "app/common/Audio/SoundEngine.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/Button.h"

View file

@ -5,7 +5,7 @@
#include <vector>
#include "app/linux/LinuxGame.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "minecraft/client/KeyMapping.h"
#include "minecraft/client/Lighting.h"
#include "minecraft/client/Minecraft.h"

View file

@ -11,7 +11,7 @@
#include "AbstractContainerScreen.h"
#include "app/common/UI/All Platforms/IUIScene_CreativeMenu.h"
#include "app/linux/LinuxGame.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/Lighting.h"
#include "minecraft/client/gui/Screen.h"

View file

@ -3,7 +3,7 @@
#include <vector>
#include "platform/sdl2/Render.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "minecraft/SharedConstants.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/Button.h"

View file

@ -1,6 +1,6 @@
#include "GuiParticle.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "java/Random.h"
Random* GuiParticle::random = new Random();

View file

@ -1,5 +1,5 @@
#pragma once
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "minecraft/client/model/geom/Model.h"
class ModelPart;

View file

@ -5,7 +5,7 @@
#include <unordered_map>
#include <vector>
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "java/Random.h"
class Mob;

View file

@ -2,7 +2,7 @@
#include <string>
#include <vector>
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "Model.h"
#include "minecraft/client/model/Polygon.h"
#include "minecraft/client/model/Vertex.h"

View file

@ -12,7 +12,7 @@
#include "platform/sdl2/Render.h"
#include "LevelRenderer.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/FrameProfiler.h"
#include "util/FrameProfiler.h"
#include "TileRenderer.h"
#include "minecraft/client/renderer/Tesselator.h"
#include "minecraft/client/renderer/culling/Culler.h"

View file

@ -18,9 +18,9 @@
#include "app/common/Colours/ColourTable.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/BufferedImage.h"
#include "app/common/FrameProfiler.h"
#include "app/common/stubs.h"
#include "minecraft/client/BufferedImage.h"
#include "util/FrameProfiler.h"
#include "platform/stubs.h"
#include "Tesselator.h"
#include "minecraft/world/level/storage/ConsoleSaveFileIO/compression.h"

View file

@ -23,9 +23,9 @@
#include "app/common/Colours/ColourTable.h"
#include "app/common/Console_Debug_enum.h"
#include "app/linux/LinuxGame.h"
#include "app/common/FrameProfiler.h"
#include "app/common/MobSkinMemTextureProcessor.h"
#include "app/common/stubs.h"
#include "util/FrameProfiler.h"
#include "minecraft/client/renderer/MobSkinMemTextureProcessor.h"
#include "platform/stubs.h"
#include "Tesselator.h"
#include "util/StringHelpers.h"
#include "java/Class.h"

View file

@ -1,7 +1,7 @@
#pragma once
#include "app/common/NetTypes.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
#include "OffsettedRenderList.h"
#include "platform/C4JThread.h"
#include "util/Definitions.h"

View file

@ -1,9 +1,9 @@
#include "app/common/MemTexture.h"
#include "minecraft/client/renderer/MemTexture.h"
#include <cstdint>
#include <string>
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
class MemTextureProcessor;

View file

@ -1,7 +1,7 @@
#include "app/common/MobSkinMemTextureProcessor.h"
#include "minecraft/client/renderer/MobSkinMemTextureProcessor.h"
#include "app/common/BufferedImage.h"
#include "app/common/stubs.h"
#include "minecraft/client/BufferedImage.h"
#include "platform/stubs.h"
BufferedImage* MobSkinMemTextureProcessor::process(BufferedImage* in) {
if (in == nullptr) return nullptr;

View file

@ -1,5 +1,5 @@
#pragma once
#include "app/common/MemTextureProcessor.h"
#include "minecraft/client/renderer/MemTextureProcessor.h"
class MobSkinMemTextureProcessor : public MemTextureProcessor {
private:

View file

@ -1,7 +1,7 @@
#include "MobSkinTextureProcessor.h"
#include "app/common/BufferedImage.h"
#include "app/common/stubs.h"
#include "minecraft/client/BufferedImage.h"
#include "platform/stubs.h"
BufferedImage* MobSkinTextureProcessor::process(BufferedImage* in) {
if (in == nullptr) return nullptr;

View file

@ -6,7 +6,7 @@
#include "platform/sdl2/Render.h"
#include "app/linux/LinuxGame.h"
#include "app/common/stubs.h"
#include "platform/stubs.h"
#include "minecraft/client/MemoryTracker.h"
bool Tesselator::TRIANGLE_MODE = false;

View file

@ -10,10 +10,10 @@
#include "platform/sdl2/Render.h"
#include "HttpTexture.h"
#include "app/linux/LinuxGame.h"
#include "app/common/BufferedImage.h"
#include "app/common/MemTexture.h"
#include "app/common/MemTextureProcessor.h"
#include "app/common/MobSkinMemTextureProcessor.h"
#include "minecraft/client/BufferedImage.h"
#include "minecraft/client/renderer/MemTexture.h"
#include "minecraft/client/renderer/MemTextureProcessor.h"
#include "minecraft/client/renderer/MobSkinMemTextureProcessor.h"
#include "util/StringHelpers.h"
#include "java/Buffer.h"

View file

@ -14,7 +14,7 @@
#include "GameRenderer.h"
#include "app/common/App_enums.h"
#include "app/common/Colours/ColourTable.h"
#include "app/common/FrameProfiler.h"
#include "util/FrameProfiler.h"
#include "Tesselator.h"
#include "minecraft/Direction.h"
#include "minecraft/Facing.h"

View file

@ -2,9 +2,9 @@
#include <memory>
#include <string>
#include "app/common/NetTypes.h"
#include "app/common/SkinBox.h"
#include "app/common/XboxStubs.h"
#include "platform/NetTypes.h"
#include "minecraft/client/SkinBox.h"
#include "platform/XboxStubs.h"
#include "MobRenderer.h"
#include "minecraft/client/renderer/entity/LivingEntityRenderer.h"
#include "minecraft/world/entity/player/Player.h"

View file

@ -5,7 +5,7 @@
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "SimpleIcon.h"
#include "StitchedTexture.h"
#include "Texture.h"

View file

@ -7,7 +7,7 @@
#include "platform/sdl2/Render.h"
#include "app/linux/LinuxGame.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "TextureManager.h"
#include "java/Buffer.h"
#include "java/ByteBuffer.h"

View file

@ -6,7 +6,7 @@
#include <vector>
#include "app/linux/LinuxGame.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "Stitcher.h"
#include "Texture.h"
#include "java/File.h"

View file

@ -7,7 +7,7 @@
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "StitchSlot.h"
#include "StitchedTexture.h"
#include "Stitcher.h"

View file

@ -8,7 +8,7 @@
#include "app/common/App_enums.h"
#include "app/common/Colours/ColourTable.h"
#include "app/linux/LinuxGame.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/gui/Font.h"

View file

@ -9,7 +9,7 @@
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "util/StringHelpers.h"
#include "java/File.h"
#include "java/InputOutputStream/BufferedReader.h"

View file

@ -26,7 +26,7 @@
#include "app/linux/LinuxGame.h"
#include "app/linux/Linux_UIController.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "platform/PlatformServices.h"
#include "java/File.h"
#include "minecraft/client/Minecraft.h"

View file

@ -8,7 +8,7 @@
#include "platform/sdl2/Render.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/BufferedImage.h"
#include "minecraft/client/BufferedImage.h"
#include "util/StringHelpers.h"
#include "java/InputOutputStream/BufferedReader.h"
#include "java/InputOutputStream/ByteArrayInputStream.h"

View file

@ -5,7 +5,7 @@
#include <string>
#include <vector>
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "Packet.h"
#include "minecraft/client/model/geom/Model.h"
#include "minecraft/network/packet/Packet.h"

View file

@ -20,7 +20,7 @@
#include "app/common/Tutorial/TutorialEnum.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "MinecraftServer.h"
#include "Settings.h"
#include "minecraft/world/entity/player/SkinTypes.h"

View file

@ -13,7 +13,7 @@
#include "platform/IPlatformNetwork.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "PlayerConnection.h"
#include "ServerConnection.h"
#include "java/Random.h"

View file

@ -16,7 +16,7 @@
#include "app/common/Network/NetworkPlayerInterface.h"
#include "app/common/Network/Socket.h"
#include "app/linux/LinuxGame.h"
#include "app/common/SkinBox.h"
#include "minecraft/client/SkinBox.h"
#include "ServerConnection.h"
#include "java/Class.h"
#include "java/InputOutputStream/ByteArrayInputStream.h"

View file

@ -21,7 +21,7 @@
#include "app/common/Network/GameNetworkManager.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/FrameProfiler.h"
#include "util/FrameProfiler.h"
#include "java/Random.h"
#include "minecraft/Direction.h"
#include "minecraft/Facing.h"

View file

@ -9,7 +9,7 @@
#include <vector>
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "util/Definitions.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"

View file

@ -7,7 +7,7 @@
#include <vector>
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"

View file

@ -7,7 +7,7 @@
#include <vector>
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"

View file

@ -6,7 +6,7 @@
#include <vector>
#include "PlatformTypes.h"
#include "app/common/NetTypes.h"
#include "platform/NetTypes.h"
#ifndef VER_NETWORK
#define VER_NETWORK 560

View file

@ -4,7 +4,7 @@ simdutf_dep = dependency('simdutf',
)
lib_util = static_library('util',
files('StringHelpers.cpp'),
files('StringHelpers.cpp', 'FrameProfiler.cpp'),
dependencies: [simdutf_dep],
include_directories : include_directories('.', '..'),
cpp_args : global_cpp_args + global_cpp_defs,