mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-06-01 04:47:08 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "InventoryScreen.h"
|
||||
#include "MultiplayerLocalPlayer.h"
|
||||
#include "MultiPlayerLocalPlayer.h"
|
||||
#include "Font.h"
|
||||
#include "EntityRenderDispatcher.h"
|
||||
#include "Lighting.h"
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "Button.h"
|
||||
#include "AchievementScreen.h"
|
||||
#include "StatsScreen.h"
|
||||
#include "..\Minecraft.World\net.minecraft.stats.h"
|
||||
#include "../Minecraft.World/net.minecraft.stats.h"
|
||||
|
||||
InventoryScreen::InventoryScreen(shared_ptr<Player> player) : AbstractContainerScreen(player->inventoryMenu)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user