refactor: clean up meson build scripts, use in-tree zlib

This commit is contained in:
Tropical
2026-03-06 00:17:31 -06:00
parent c55ed7b261
commit 7baf1cbfa1
10 changed files with 69 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
#include "../../../../../Minecraft.World/Build/stdafx.h"
#include "../../../Minecraft.World/Socket.h"
#include "../../../Minecraft.World/StringHelpers.h"
#include "../../../../../Minecraft.World/Network/Socket.h"
#include "../../../../../Minecraft.World/Util/StringHelpers.h"
#include "PlatformNetworkManagerSony.h"
#include "NetworkPlayerSony.h"
#include "../GameNetworkManager.h"