mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-07-11 10:09:29 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#include "stdafx.h"
|
||||
#include "..\..\Minecraft.h"
|
||||
#include "..\..\ScreenSizeCalculator.h"
|
||||
#include "..\..\EntityRenderDispatcher.h"
|
||||
#include "..\..\Lighting.h"
|
||||
#include "..\..\MultiplayerLocalPlayer.h"
|
||||
#include "../../Minecraft.h"
|
||||
#include "../../ScreenSizeCalculator.h"
|
||||
#include "../../EntityRenderDispatcher.h"
|
||||
#include "../../Lighting.h"
|
||||
#include "../../MultiPlayerLocalPlayer.h"
|
||||
#include "XUI_Ctrl_MinecraftPlayer.h"
|
||||
#include "XUI_Scene_AbstractContainer.h"
|
||||
#include "XUI_Scene_Inventory.h"
|
||||
#include "..\..\Options.h"
|
||||
#include "../../Options.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// CXuiCtrlMinecraftPlayer class
|
||||
|
||||
Reference in New Issue
Block a user