mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-06-17 11:41:53 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "..\..\..\Minecraft.World\Container.h"
|
||||
#include "..\..\..\Minecraft.World\ContainerMenu.h"
|
||||
#include "..\..\MultiplayerLocalPlayer.h"
|
||||
#include "../../../Minecraft.World/Container.h"
|
||||
#include "../../../Minecraft.World/ContainerMenu.h"
|
||||
#include "../../MultiPlayerLocalPlayer.h"
|
||||
#include "XUI_Ctrl_SlotList.h"
|
||||
#include "XUI_Scene_Container.h"
|
||||
#include "XUI_Ctrl_SlotItemListItem.h"
|
||||
#include "XUI_Ctrl_SlotItem.h"
|
||||
#include "..\..\Common\Tutorial\Tutorial.h"
|
||||
#include "..\..\Common\Tutorial\TutorialMode.h"
|
||||
#include "..\..\Common\Tutorial\TutorialEnum.h"
|
||||
#include "../../Common/Tutorial/Tutorial.h"
|
||||
#include "../../Common/Tutorial/TutorialMode.h"
|
||||
#include "../../Common/Tutorial/TutorialEnum.h"
|
||||
|
||||
// The height of one row of slots
|
||||
//#define ROW_HEIGHT 42.0f - comes from the pointer height in the xui
|
||||
|
||||
Reference in New Issue
Block a user