mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 18:38:13 +00:00
painful update
This commit is contained in:
@@ -215,25 +215,25 @@ typedef XUID GameSessionUID;
|
||||
#include "stubs.h"
|
||||
#include "../Textures/BufferedImage.h"
|
||||
|
||||
#include "Common/Network/GameNetworkManager.h"
|
||||
#include "../../Common/Network/GameNetworkManager.h"
|
||||
|
||||
#ifdef _XBOX
|
||||
#include "Common/XUI/XUI_Helper.h"
|
||||
#include "Common/XUI/XUI_Scene_Base.h"
|
||||
#include "../../Common/XUI/XUI_Helper.h"
|
||||
#include "../../Common/XUI/XUI_Scene_Base.h"
|
||||
#endif
|
||||
|
||||
#include "Common/UI/UIEnums.h"
|
||||
#include "Common/UI/UIStructs.h"
|
||||
#include "../../Common/UI/UIEnums.h"
|
||||
#include "../../Common/UI/UIStructs.h"
|
||||
// #ifdef _XBOX
|
||||
#include "Common/App_Defines.h"
|
||||
#include "Common/App_enums.h"
|
||||
#include "Common/Tutorial/TutorialEnum.h"
|
||||
#include "Common/App_structs.h"
|
||||
#include "../../Common/App_Defines.h"
|
||||
#include "../../Common/App_enums.h"
|
||||
#include "../../Common/Tutorial/TutorialEnum.h"
|
||||
#include "../../Common/App_structs.h"
|
||||
//#endif
|
||||
|
||||
#include "Common/Consoles_App.h"
|
||||
#include "Common/Minecraft_Macros.h"
|
||||
#include "Common/BuildVer.h"
|
||||
#include "../../Common/Consoles_App.h"
|
||||
#include "../../Common/Minecraft_Macros.h"
|
||||
#include "../../Common/BuildVer.h"
|
||||
|
||||
#ifdef _XBOX
|
||||
#include "../Platform/Xbox/Xbox_App.h"
|
||||
@@ -261,7 +261,7 @@ typedef XUID GameSessionUID;
|
||||
#include "../Platform/PS3Media/4J_strings.h"
|
||||
#include "../Platform/PS3/XML/ATGXmlParser.h"
|
||||
#include "../Platform/PS3/Social/SocialManager.h"
|
||||
#include "Common/Audio/SoundEngine.h"
|
||||
#include "../../Common/Audio/SoundEngine.h"
|
||||
#include "../Platform/PS3/Iggy/include/iggy.h"
|
||||
#include "../Platform/PS3/Iggy/gdraw/gdraw_ps3gcm.h"
|
||||
#include "../Platform/PS3/PS3_UIController.h"
|
||||
@@ -276,7 +276,7 @@ typedef XUID GameSessionUID;
|
||||
#include "../Platform/DurangoMedia/4J_strings.h"
|
||||
#include "../Platform/Durango/XML/ATGXmlParser.h"
|
||||
#include "../Platform/Durango/Social/SocialManager.h"
|
||||
#include "Common/Audio/SoundEngine.h"
|
||||
#include "../../Common/Audio/SoundEngine.h"
|
||||
#include "../Platform/Durango/Iggy/include/iggy.h"
|
||||
#include "../Platform/Durango/Iggy/gdraw/gdraw_d3d11.h"
|
||||
#include "../Platform/Durango/Durango_UIController.h"
|
||||
@@ -289,7 +289,7 @@ typedef XUID GameSessionUID;
|
||||
#include "../Platform/Windows64/GameConfig/Minecraft.spa.h"
|
||||
#include "../Platform/Windows64/XML/ATGXmlParser.h"
|
||||
#include "../Platform/Windows64/Social/SocialManager.h"
|
||||
#include "Common/Audio/SoundEngine.h"
|
||||
#include "../../Common/Audio/SoundEngine.h"
|
||||
#include "../Platform/Windows64/Iggy/include/iggy.h"
|
||||
#include "../Platform/Windows64/Iggy/gdraw/gdraw_d3d11.h"
|
||||
#include "../Platform/Windows64/Windows64_UIController.h"
|
||||
@@ -301,7 +301,7 @@ typedef XUID GameSessionUID;
|
||||
#include "../Platform/Orbis/Sentient/SentientTelemetryCommon.h"
|
||||
#include "../Platform/Orbis/Sentient/DynamicConfigurations.h"
|
||||
#include "../Platform/Orbis/GameConfig/Minecraft.spa.h"
|
||||
#include "Common/Audio/SoundEngine.h"
|
||||
#include "../../Common/Audio/SoundEngine.h"
|
||||
#include "../Platform/Linux/Linux_UIController.h"
|
||||
#include "../Platform/Linux/Social/SocialManager.h"
|
||||
#elif defined __PSVITA__
|
||||
@@ -313,7 +313,7 @@ typedef XUID GameSessionUID;
|
||||
#include "../Platform/PSVita/GameConfig/Minecraft.spa.h"
|
||||
#include "../Platform/PSVita/XML/ATGXmlParser.h"
|
||||
#include "../Platform/PSVita/Social/SocialManager.h"
|
||||
#include "Common/Audio/SoundEngine.h"
|
||||
#include "../../Common/Audio/SoundEngine.h"
|
||||
#include "../Platform/PSVita/Iggy/include/iggy.h"
|
||||
#include "../Platform/PSVita/Iggy/gdraw/gdraw_psp2.h"
|
||||
#include "../Platform/PSVita/PSVita_UIController.h"
|
||||
@@ -327,35 +327,35 @@ typedef XUID GameSessionUID;
|
||||
#include "../Platform/OrbisMedia/4J_strings.h"
|
||||
#include "../Platform/Orbis/XML/ATGXmlParser.h"
|
||||
#include "../Platform/Windows64/Social/SocialManager.h"
|
||||
#include "Common/Audio/SoundEngine.h"
|
||||
#include "../../Common/Audio/SoundEngine.h"
|
||||
#include "../Platform/Orbis/Iggy/include/iggy.h"
|
||||
#include "../Platform/Orbis/Iggy/gdraw/gdraw_orbis.h"
|
||||
#include "../Platform/Orbis/Orbis_UIController.h"
|
||||
#endif
|
||||
|
||||
#ifdef _XBOX
|
||||
#include "Common/XUI/XUI_CustomMessages.h"
|
||||
#include "Common/XUI/XUI_Scene_Inventory_Creative.h"
|
||||
#include "Common/XUI/XUI_FullscreenProgress.h"
|
||||
#include "Common/XUI/XUI_ConnectingProgress.h"
|
||||
#include "Common/XUI/XUI_Scene_CraftingPanel.h"
|
||||
#include "Common/XUI/XUI_TutorialPopup.h"
|
||||
#include "Common/XUI/XUI_PauseMenu.h"
|
||||
#include "../../Common/XUI/XUI_CustomMessages.h"
|
||||
#include "../../Common/XUI/XUI_Scene_Inventory_Creative.h"
|
||||
#include "../../Common/XUI/XUI_FullscreenProgress.h"
|
||||
#include "../../Common/XUI/XUI_ConnectingProgress.h"
|
||||
#include "../../Common/XUI/XUI_Scene_CraftingPanel.h"
|
||||
#include "../../Common/XUI/XUI_TutorialPopup.h"
|
||||
#include "../../Common/XUI/XUI_PauseMenu.h"
|
||||
#endif
|
||||
#include "Common/ConsoleGameMode.h"
|
||||
#include "Common/Console_Debug_enum.h"
|
||||
#include "Common/Console_Awards_enum.h"
|
||||
#include "Common/Tutorial/TutorialMode.h"
|
||||
#include "Common/Tutorial/Tutorial.h"
|
||||
#include "Common/Tutorial/FullTutorialMode.h"
|
||||
#include "Common/Trial/TrialMode.h"
|
||||
#include "Common/GameRules/ConsoleGameRules.h"
|
||||
#include "Common/GameRules/ConsoleSchematicFile.h"
|
||||
#include "Common/Colours/ColourTable.h"
|
||||
#include "Common/DLC/DLCSkinFile.h"
|
||||
#include "Common/DLC/DLCManager.h"
|
||||
#include "Common/DLC/DLCPack.h"
|
||||
#include "Common/Telemetry/TelemetryManager.h"
|
||||
#include "../../Common/ConsoleGameMode.h"
|
||||
#include "../../Common/Console_Debug_enum.h"
|
||||
#include "../../Common/Console_Awards_enum.h"
|
||||
#include "../../Common/Tutorial/TutorialMode.h"
|
||||
#include "../../Common/Tutorial/Tutorial.h"
|
||||
#include "../../Common/Tutorial/FullTutorialMode.h"
|
||||
#include "../../Common/Trial/TrialMode.h"
|
||||
#include "../../Common/GameRules/ConsoleGameRules.h"
|
||||
#include "../../Common/GameRules/ConsoleSchematicFile.h"
|
||||
#include "../../Common/Colours/ColourTable.h"
|
||||
#include "../../Common/DLC/DLCSkinFile.h"
|
||||
#include "../../Common/DLC/DLCManager.h"
|
||||
#include "../../Common/DLC/DLCPack.h"
|
||||
#include "../../Common/Telemetry/TelemetryManager.h"
|
||||
|
||||
#ifdef _XBOX
|
||||
//#include "../Platform/Xbox/Xbox_App.h"
|
||||
|
||||
Reference in New Issue
Block a user