world/server linux support

This commit is contained in:
NOTPIES
2026-03-15 22:21:24 -03:00
parent 6d6016a403
commit 9b34142250
823 changed files with 5141 additions and 3263 deletions

View File

@@ -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)
{