TU19: fix build fallout across Client, World, NBT and Network

This commit is contained in:
MatthewBeshay
2026-03-22 12:45:21 +11:00
parent d9aa793075
commit 91b13bccee
7 changed files with 41 additions and 28 deletions

View File

@@ -1,10 +1,12 @@
#pragma once
#include "../../Minecraft.World/Headers/net.minecraft.network.h"
class Minecraft;
class MultiPlayerLevel;
class SavedDataStorage;
class Socket;
class MultiplayerLocalPlayer;
class SetRidingPacket;
class ClientConnection : public PacketListener {
private: