mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 06:23:43 +00:00
refactor: rename Build -> Platform in Minecraft.World
This commit is contained in:
parent
c7ede72c91
commit
54dab7708d
|
|
@ -6,6 +6,6 @@
|
|||
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
||||
#endif
|
||||
|
||||
#include "../Minecraft.World/Build/x64headers/extraX64.h"
|
||||
#include "../Minecraft.World/Platform/x64headers/extraX64.h"
|
||||
|
||||
#endif //_4J_PROFILE_STADAFX_H
|
||||
|
|
@ -5,6 +5,6 @@
|
|||
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
||||
#endif
|
||||
|
||||
#include "../Minecraft.World/Build/x64headers/extraX64.h"
|
||||
#include "../Minecraft.World/Platform/x64headers/extraX64.h"
|
||||
|
||||
#endif //_4J_STORAGE_STADAFX_H
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "Consoles_SoundEngine.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "SoundEngine.h"
|
||||
#include "../Consoles_App.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "Consoles_SoundEngine.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "ColourTable.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../Minecraft.World/Build/stdafx.h"
|
||||
#include "../Minecraft.World/Platform/stdafx.h"
|
||||
#include "ConsoleGameMode.h"
|
||||
#include "Tutorial/Tutorial.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../Minecraft.World/Build/stdafx.h"
|
||||
#include "../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#define CDECL
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "../Minecraft.World/Build/stdafx.h"
|
||||
#include "../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "../Minecraft.World/Recipes/Recipy.h"
|
||||
#include "../Minecraft.Client/GameState/Options.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCAudioFile.h"
|
||||
#if defined _XBOX || defined _WINDOWS64
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCCapeFile.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCColourTableFile.h"
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCFile.h"
|
||||
|
||||
DLCFile::DLCFile(DLCManager::EDLCType type, const std::wstring &path)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCGameRulesFile.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCLocalisationFile.h"
|
||||
#include "../../Minecraft.Client/Utils/StringTable.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include <algorithm>
|
||||
#include "DLCManager.h"
|
||||
#include "DLCPack.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCPack.h"
|
||||
#include "DLCSkinFile.h"
|
||||
#include "DLCCapeFile.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCSkinFile.h"
|
||||
#include "../../Minecraft.Client/Rendering/Models/ModelPart.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCTextureFile.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "DLCManager.h"
|
||||
#include "DLCUIDataFile.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.enchantment.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.phys.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "BiomeOverride.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.Client/Utils/WstringLookup.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "CollectItemRuleDefinition.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "CompleteAllRuleDefinition.h"
|
||||
#include "ConsoleGameRules.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
#include "CompoundGameRuleDefinition.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "ConsoleGenerateStructure.h"
|
||||
#include "ConsoleGameRules.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include <vector>
|
||||
#include "../../Minecraft.World/Headers/com.mojang.nbt.h"
|
||||
#include "../../Minecraft.World/Build/System.h"
|
||||
#include "../../Minecraft.World/Platform/System.h"
|
||||
#include "ConsoleSchematicFile.h"
|
||||
#include "../../Minecraft.World/IO/Streams/InputOutputStream.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "ConsoleGameRules.h"
|
||||
|
||||
GameRule::GameRule(GameRuleDefinition *definition, Connection *connection)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.Client/Utils/WstringLookup.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "ConsoleGameRules.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/IO/Streams/Compression.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/IO/Files/File.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include <unordered_set>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "LevelGenerationOptions.h"
|
||||
#include "LevelGenerators.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "LevelRules.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.Client/Utils/StringTable.h"
|
||||
#include "ConsoleGameRules.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "NamedAreaRuleDefinition.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.phys.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "StartFeature.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "UpdatePlayerRuleDefinition.h"
|
||||
#include "ConsoleGameRules.h"
|
||||
#include "../../Minecraft.World/Util/Pos.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "UseTileRuleDefinition.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "XboxStructureActionGenerateBox.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.levelgen.structure.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "XboxStructureActionPlaceBlock.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.levelgen.structure.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "XboxStructureActionPlaceContainer.h"
|
||||
#include "AddItemRuleDefinition.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "XboxStructureActionPlaceSpawner.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.levelgen.structure.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "../../Minecraft.World/Util/AABB.h"
|
||||
#include "../../Minecraft.World/Util/Vec3.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Network/Socket.h"
|
||||
#include "../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "PlatformNetworkManagerStub.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "NetworkPlayerSony.h"
|
||||
|
||||
NetworkPlayerSony::NetworkPlayerSony(SQRNetworkPlayer *qnetPlayer)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../../Minecraft.World/Network/Socket.h"
|
||||
#include "../../../Minecraft.World/Util/StringHelpers.h"
|
||||
#include "PlatformNetworkManagerSony.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "SQRNetworkManager.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "SQRNetworkPlayer.h"
|
||||
|
||||
#ifdef __PS3__
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "SonyCommerce.h"
|
||||
#include "../../../../Platform/PS3/PS3Extras/ShutdownManager.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "SonyHttp.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
#include "../../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "SonyRemoteStorage.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "../../Minecraft.Client/Player/MultiPlayerLocalPlayer.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "TrialMode.h"
|
||||
#include "../Tutorial/FullTutorial.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
#include "../../Minecraft.Client/Player/MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
#include "../../Minecraft.Client/Player/MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "Tutorial.h"
|
||||
#include "AreaTask.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "Tutorial.h"
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Items/ItemInstance.h"
|
||||
#include "CompleteUsingItemTask.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "CraftTask.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.tile.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.effect.h"
|
||||
#include "EffectChangedTask.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.tile.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "Tutorial.h"
|
||||
#include "FullTutorialActiveTask.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
#include "FullTutorial.h"
|
||||
#include "FullTutorialMode.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "InputConstraint.h"
|
||||
|
||||
bool InputConstraint::isMappingConstrained(int iPad, int mapping)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "Tutorial.h"
|
||||
#include "LookAtEntityHint.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.tile.h"
|
||||
#include "Tutorial.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "PickupTask.h"
|
||||
|
||||
void PickupTask::onTake(std::shared_ptr<ItemInstance> item, unsigned int invItemCountAnyAux, unsigned int invItemCountThisAux)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "ProcedureCompoundTask.h"
|
||||
|
||||
ProcedureCompoundTask::~ProcedureCompoundTask()
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "ProgressFlagTask.h"
|
||||
|
||||
bool ProgressFlagTask::isCompleted()
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
#include "../../Minecraft.Client/Player/LocalPlayer.h"
|
||||
#include "../../Minecraft.Client/GameState/StatsCounter.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.tile.h"
|
||||
#include "Tutorial.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.stats.h"
|
||||
#include "../../Minecraft.Client/Player/LocalPlayer.h"
|
||||
#include "../../Minecraft.World/Entities/Entity.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.tile.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "TutorialMessage.h"
|
||||
|
||||
TutorialMessage::TutorialMessage(int messageId, bool limitRepeats /*= false*/, unsigned char numRepeats /*= TUTORIAL_MESSAGE_DEFAULT_SHOW*/)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include <memory>
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
#include "../../Minecraft.Client/Player/MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "Tutorial.h"
|
||||
#include "TutorialConstraints.h"
|
||||
#include "TutorialTask.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Entities/Entity.h"
|
||||
#include "../../Minecraft.World/Level/Level.h"
|
||||
#include "../../Minecraft.World/Items/ItemInstance.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Entities/Entity.h"
|
||||
#include "../../Minecraft.World/Level/Level.h"
|
||||
#include "../../Minecraft.World/Items/ItemInstance.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Items/ItemInstance.h"
|
||||
#if !(defined _XBOX) && !(defined __PSVITA__)
|
||||
#include "../UI/UI.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "IUIScene_AbstractContainerMenu.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "IUIScene_AnvilMenu.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
#include "../../Minecraft.World/IO/Streams/InputOutputStream.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "IUIScene_BrewingMenu.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "IUIScene_ContainerMenu.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.crafting.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.tile.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "IUIScene_CreativeMenu.h"
|
||||
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "IUIScene_DispenserMenu.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
#include "../../Minecraft.Client/Player/MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "IUIScene_FurnaceMenu.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
|
||||
#include "IUIScene_InventoryMenu.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "IUIScene_PauseMenu.h"
|
||||
#include "../../Minecraft.Client/Minecraft.h"
|
||||
#include "../../Minecraft.Client/MinecraftServer.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "UI.h"
|
||||
#include "../../Minecraft.Client/Textures/Packs/TexturePack.h"
|
||||
#include "../../Minecraft.Client/Textures/Packs/TexturePackRepository.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../Minecraft.World/Build/stdafx.h"
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.item.trading.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.inventory.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.network.packet.h"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue