mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-12 04:37:13 +00:00
refactor: move Console_Debug_enum.h into minecraft
This commit is contained in:
parent
58de5bb40b
commit
a3b8adeb5a
|
|
@ -15,7 +15,7 @@
|
|||
#include "DLCLocalisationFile.h"
|
||||
#include "DLCTextureFile.h"
|
||||
#include "DLCUIDataFile.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/DLC/DLCFile.h"
|
||||
#include "app/common/DLC/DLCManager.h"
|
||||
#include "app/common/DLC/DLCSkinFile.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
|
||||
class DebugOptions {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include "minecraft/GameTypes.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "app/common/App_structs.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/DLC/DLCManager.h"
|
||||
#include "app/common/DLC/DLCSkinFile.h"
|
||||
#include "app/common/GameRules/GameRuleManager.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include "minecraft/GameTypes.h"
|
||||
#include "platform/profile/ProfileConstants.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "app/linux/LinuxGame.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/Tutorial/Tutorial.h"
|
||||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/linux/LinuxGame.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "UIScene_DebugOptions.h"
|
||||
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/UI/Controls/UIControl_CheckBox.h"
|
||||
#include "app/common/UI/UIScene.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#include <memory>
|
||||
|
||||
#include "platform/profile/profile.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/Leaderboards/LeaderboardInterface.h"
|
||||
#include "app/common/Leaderboards/LeaderboardManager.h"
|
||||
#include "app/common/UI/Controls/UIControl_Label.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include "platform/PlatformTypes.h"
|
||||
#include "platform/profile/profile.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "minecraft/network/platform/NetworkPlayerInterface.h"
|
||||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "minecraft/network/platform/NetworkPlayerInterface.h"
|
||||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include "platform/input/input.h"
|
||||
#include "ClientConnection.h"
|
||||
#include "app/common/Audio/SoundEngine.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "MultiPlayerChunkCache.h"
|
||||
#include "MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "minecraft/GameEnums.h"
|
||||
#include "app/common/Audio/SoundEngine.h"
|
||||
#include "minecraft/client/resources/Colours/ColourTable.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "util/FrameProfiler.h"
|
||||
#include "minecraft/client/renderer/MobSkinMemTextureProcessor.h"
|
||||
#include "Tesselator.h"
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
#endif
|
||||
#include "platform/input/input.h"
|
||||
#include "platform/ShutdownManager.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/GameRules/LevelGeneration/ConsoleSchematicFile.h"
|
||||
#include "app/common/Network/Socket.h"
|
||||
#include "app/common/UI/All Platforms/UIStructs.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include "platform/storage/storage.h"
|
||||
#include "EntityTracker.h"
|
||||
#include "platform/ShutdownManager.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/DLC/DLCManager.h"
|
||||
#include "app/common/DLC/DLCPack.h"
|
||||
#include "minecraft/network/platform/NetworkPlayerInterface.h"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "platform/input/input.h"
|
||||
#include "EntityTracker.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/GameRules/LevelRules/Rules/GameRulesInstance.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "minecraft/network/platform/NetworkPlayerInterface.h"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#include <utility>
|
||||
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/DLC/DLCManager.h"
|
||||
#include "app/common/DLC/DLCSkinFile.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "minecraft/Facing.h"
|
||||
#include "minecraft/stats/GenericStats.h"
|
||||
#include "minecraft/world/entity/player/Player.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "java/Class.h"
|
||||
#include "minecraft/Facing.h"
|
||||
#include "minecraft/stats/GenericStats.h"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include "LevelListener.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/resources/Colours/ColourTable.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/Network/GameNetworkManager.h"
|
||||
#include "util/FrameProfiler.h"
|
||||
#include "java/Random.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include "platform/input/input.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "java/Random.h"
|
||||
#include "java/System.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <utility>
|
||||
|
||||
#include "platform/input/input.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "platform/C4JThread.h"
|
||||
#include "minecraft/world/level/storage/ConsoleSaveFileIO/compression.h"
|
||||
#include "java/InputOutputStream/BufferedOutputStream.h"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#include <utility>
|
||||
|
||||
#include "platform/input/input.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "util/Definitions.h"
|
||||
#include "java/File.h"
|
||||
#include "java/InputOutputStream/DataInputStream.h"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#include "platform/input/input.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/resources/Colours/ColourTable.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "NormalDimension.h"
|
||||
#include "TheEndDimension.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "platform/input/input.h"
|
||||
#include "minecraft/GameEnums.h"
|
||||
#include "minecraft/client/resources/Colours/ColourTable.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/world/level/Level.h"
|
||||
#include "minecraft/world/level/LevelType.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "BiomeOverrideLayer.h"
|
||||
#include "platform/input/input.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "minecraft/world/level/LevelType.h"
|
||||
#include "minecraft/world/level/newbiome/layer/AddIslandLayer.h"
|
||||
#include "minecraft/world/level/newbiome/layer/AddMushroomIslandLayer.h"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include "platform/input/input.h"
|
||||
#include "LevelData.h"
|
||||
#include "app/common/Console_Debug_enum.h"
|
||||
#include "minecraft/Console_Debug_enum.h"
|
||||
#include "app/common/GameRules/GameRuleManager.h"
|
||||
#include "util/StringHelpers.h"
|
||||
#include "java/File.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue