mirror of
https://github.com/BluTac10/Xbox-Neo.git
synced 2026-06-08 03:03:35 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "ContainerScreen.h"
|
||||
#include "Textures.h"
|
||||
#include "..\Minecraft.World\net.minecraft.world.inventory.h"
|
||||
#include "../Minecraft.World/net.minecraft.world.inventory.h"
|
||||
|
||||
ContainerScreen::ContainerScreen(shared_ptr<Container> inventory, shared_ptr<Container> container) : AbstractContainerScreen(new ContainerMenu(inventory, container))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user