From 38ce933fd5ec05673cbefae63f2bae74a1e0d53c Mon Sep 17 00:00:00 2001 From: GuglioIsStupid Date: Sat, 7 Mar 2026 06:36:05 -0500 Subject: voids request - Move the filesystem files to root/ as it will be used in both Minecraft.Client and Minecraft.World (#819) * Move Filesystem to root/include/ as per devoiders request * Filesystem -> lce_filesystem --- Minecraft.Client/Common/Audio/SoundEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Minecraft.Client/Common/Audio') diff --git a/Minecraft.Client/Common/Audio/SoundEngine.cpp b/Minecraft.Client/Common/Audio/SoundEngine.cpp index 12fa03b4..13826da3 100644 --- a/Minecraft.Client/Common/Audio/SoundEngine.cpp +++ b/Minecraft.Client/Common/Audio/SoundEngine.cpp @@ -25,7 +25,7 @@ #include #include #include -#include "..\Filesystem\Filesystem.h" +#include #ifdef __ORBIS__ #include -- cgit v1.2.3