mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-07 02:27:12 +00:00
fix jui build
This commit is contained in:
parent
ee2f9961c5
commit
2db038ff45
|
|
@ -8,6 +8,9 @@
|
|||
#include "app/common/src/UI/UILayer.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class UILayer;
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
#include "app/common/src/UI/UILayer.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#include "app/common/src/UI/UILayer.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class UILayer;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class ItemInstance;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "java/JavaMath.h"
|
||||
#ifndef _ENABLESHIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl::UIControl() {
|
||||
m_parentScene = nullptr;
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
#include <string>
|
||||
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UIScene;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
// This class maps to the FJ_Base class in actionscript
|
||||
class UIControl_Base : public UIControl {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl_BeaconEffectButton::UIControl_BeaconEffectButton() {
|
||||
m_data = 0;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_BeaconEffectButton.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
|
||||
class UIControl_BeaconEffectButton : public UIControl {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
bool UIControl_BitmapIcon::setupControl(UIScene* scene, IggyValuePath* parent,
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_BitmapIcon.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
|
||||
class UIControl_BitmapIcon : public UIControl {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
UIControl_Button::UIControl_Button() {}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_Button : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_ButtonList : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_CheckBox : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl.h"
|
||||
#include "app/common/src/UI/Controls/UIControl_Base.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl_Cursor::UIControl_Cursor() {}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Cursor.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_Cursor : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_ButtonList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_DLCList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_ButtonList.h"
|
||||
|
||||
class UIControl_DLCList : public UIControl_ButtonList {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@
|
|||
#include "app/common/src/UI/Controls/UIControl.h"
|
||||
#include "app/common/src/UI/Scenes/In-Game Menu Screens/Containers/UIScene_EnchantingMenu.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#include "gl3_loader.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
#include "java/Class.h"
|
||||
#include "minecraft/client/Lighting.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_EnchantmentBook.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
#include "java/Random.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,12 @@
|
|||
#include "app/common/src/UI/Scenes/In-Game Menu Screens/Containers/UIScene_EnchantingMenu.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "gl3_loader.h"
|
||||
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/gui/Font.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_EnchantmentButton.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Button.h"
|
||||
#include "java/Random.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
UIControl_HTMLLabel::UIControl_HTMLLabel() {}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
UIControl_Label::UIControl_Label() {}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_Label : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
UIControl_LeaderboardList::UIControl_LeaderboardList() {}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_LeaderboardList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_LeaderboardList : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl.h"
|
||||
#include "app/common/src/UI/Scenes/In-Game Menu Screens/Containers/UIScene_HorseInventoryMenu.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "minecraft/client/Lighting.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/Options.h"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
#include "app/common/src/UI/Controls/UIControl_MinecraftHorse.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
|
||||
class UIControl_MinecraftHorse : public UIControl {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl.h"
|
||||
#include "app/common/src/UI/Scenes/In-Game Menu Screens/Containers/UIScene_InventoryMenu.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "minecraft/client/Lighting.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/Options.h"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
#include "app/common/src/UI/Controls/UIControl_MinecraftPlayer.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
|
||||
class UIControl_MinecraftPlayer : public UIControl {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_ButtonList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_PlayerList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_ButtonList.h"
|
||||
|
||||
class UIControl_PlayerList : public UIControl_ButtonList {
|
||||
|
|
|
|||
|
|
@ -10,8 +10,11 @@
|
|||
#include "app/common/App_enums.h"
|
||||
#include "app/common/src/UI/Controls/UIControl.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "gl3_loader.h"
|
||||
|
||||
#include "java/Class.h"
|
||||
#include "minecraft/client/Lighting.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
|
||||
#include "app/common/src/UI/Controls/UIControl_PlayerSkinPreview.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl.h"
|
||||
#include "minecraft/client/renderer/Textures.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
UIControl_Progress::UIControl_Progress() {
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_Progress : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_ButtonList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SaveList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_ButtonList.h"
|
||||
|
||||
class UIControl_SaveList : public UIControl_ButtonList {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Base.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl_SlotList::UIControl_SlotList() { m_lastHighlighted = -1; }
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_SlotList : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
UIControl_SpaceIndicatorBar::UIControl_SpaceIndicatorBar() {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_SpaceIndicatorBar : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
UIControl_TextInput::UIControl_TextInput() { m_bHasFocus = false; }
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_TextInput : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_TexturePackList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl.h"
|
||||
#include "app/common/src/UI/Controls/UIControl_Base.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
UIControl_Touch::UIControl_Touch() {}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Touch.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIControl_Base.h"
|
||||
|
||||
class UIControl_Touch : public UIControl_Base {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_CheckBox.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Linux_App.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Slider.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Slider.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "java/Class.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
#include "app/common/src/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class UILayer;
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_TextInput.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_LeaderboardList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include "app/linux/Stubs/winapi_stubs.h"
|
||||
#include "app/include/NetTypes.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "gl3_loader.h"
|
||||
|
||||
#include "java/InputOutputStream/BufferedReader.h"
|
||||
#include "java/InputOutputStream/ByteArrayInputStream.h"
|
||||
#include "java/InputOutputStream/InputStreamReader.h"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Button.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "java/Random.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/All Platforms/UIStructs.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class UILayer;
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include "app/linux/Linux_UIController.h"
|
||||
#include "SkinBox.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "gl3_loader.h"
|
||||
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/sounds/SoundTypes.h"
|
||||
#include "strings.h"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_PlayerSkinPreview.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/include/SkinBox.h"
|
||||
#include "console_helpers/Definitions.h"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class AbstractContainerMenu;
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_TextInput.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIScene_AbstractContainerMenu.h"
|
||||
#include "minecraft/world/inventory/MerchantMenu.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIScene_AbstractContainerMenu.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/Scenes/In-Game Menu Screens/Containers/UIScene_AbstractContainerMenu.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIScene_AbstractContainerMenu.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIScene_AbstractContainerMenu.h"
|
||||
|
||||
class InventoryMenu;
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/Scenes/In-Game Menu Screens/Containers/UIScene_AbstractContainerMenu.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIScene_AbstractContainerMenu.h"
|
||||
|
||||
class InventoryMenu;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "UIScene_AbstractContainerMenu.h"
|
||||
#include "minecraft/world/effect/MobEffect.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
#include "app/common/src/UI/UILayer.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class InventoryMenu;
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_SlotList.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class AbstractContainerMenu;
|
||||
class ItemInstance;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "app/common/src/UI/All Platforms/UIEnums.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class INetworkPlayer;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_TextInput.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
class UILayer;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
#include "app/common/src/UI/Controls/UIControl_Label.h"
|
||||
#include "app/common/src/UI/UIScene.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
|
||||
class UILayer;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#include "UIBitmapFont.h"
|
||||
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/include/BufferedImage.h"
|
||||
#include "UIFontData.h"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
#include <string>
|
||||
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
|
||||
struct SFontData;
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@
|
|||
#include "app/common/src/UI/UIString.h"
|
||||
#include "app/common/src/UI/UITTFFont.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/include/BufferedImage.h"
|
||||
|
|
@ -39,7 +42,7 @@
|
|||
#include "console_helpers/PerformanceTimer.h"
|
||||
#include "console_helpers/PlatformTime.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "gl3_loader.h"
|
||||
|
||||
#include "java/System.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/multiplayer/MultiPlayerLocalPlayer.h"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
#ifdef __linux__
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Stubs/d3d11_stubs.h"
|
||||
#elif defined(_WINDOWS64)
|
||||
#include "app/windows/Iggy/include/iggy.h"
|
||||
|
|
|
|||
|
|
@ -15,12 +15,14 @@
|
|||
#include "app/common/src/UI/UIGroup.h"
|
||||
#include "app/common/src/UI/UILayer.h"
|
||||
#include "app/linux/Iggy/include/iggy.h"
|
||||
#ifndef _ENABLEIGGY
|
||||
#include "app/linux/Stubs/iggy_stubs.h"
|
||||
#endif
|
||||
#include "app/linux/Iggy/include/rrCore.h"
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "app/linux/Linux_UIController.h"
|
||||
#include "app/linux/Stubs/winapi_stubs.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "gl3_loader.h"
|
||||
#include "java/System.h"
|
||||
#include "minecraft/client/Lighting.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue