mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-18 07:32:53 +00:00
refactor: move misplaced headers to their proper modules
This commit is contained in:
parent
d814a78453
commit
54a1f90212
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <limits.h>
|
||||
|
||||
#include "app/common/NetTypes.h"
|
||||
#include "platform/NetTypes.h"
|
||||
#include "java/System.h"
|
||||
|
||||
NetworkPlayerQNet::NetworkPlayerQNet(IQNetPlayer* qnetPlayer) {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 {};
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
/////////////////////////////
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "app/common/stubs.h"
|
||||
#include "platform/stubs.h"
|
||||
|
||||
#include "app/linux/LinuxGame.h"
|
||||
#if defined(__linux__)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifdef __linux__
|
||||
|
||||
#include "app/common/Game.h"
|
||||
#include "app/common/stubs.h"
|
||||
#include "platform/stubs.h"
|
||||
|
||||
void Display::update() {}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "app/common/BufferedImage.h"
|
||||
#include "minecraft/client/BufferedImage.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include "app/common/MemTextureProcessor.h"
|
||||
#include "minecraft/client/renderer/MemTextureProcessor.h"
|
||||
|
||||
class MobSkinMemTextureProcessor : public MemTextureProcessor {
|
||||
private:
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue