diff options
| author | GuglioIsStupid <guglioisbusiness@gmail.com> | 2026-03-07 06:36:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-07 18:36:05 +0700 |
| commit | 38ce933fd5ec05673cbefae63f2bae74a1e0d53c (patch) | |
| tree | c0fe33a8603d72c4a1b34fb892bf3fd1f60ea7f3 /cmake | |
| parent | e754bad17e5770ccbcceb45c39f31d7e8bf6ff58 (diff) | |
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
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/ClientSources.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/ClientSources.cmake b/cmake/ClientSources.cmake index bb1f331d..6467a243 100644 --- a/cmake/ClientSources.cmake +++ b/cmake/ClientSources.cmake @@ -1,4 +1,6 @@ set(MINECRAFT_CLIENT_SOURCES + "../include/lce_filesystem/lce_filesystem.cpp" + "AbstractTexturePack.cpp" "AchievementPopup.cpp" "AchievementScreen.cpp" @@ -48,7 +50,6 @@ set(MINECRAFT_CLIENT_SOURCES "Common/DLC/DLCSkinFile.cpp" "Common/DLC/DLCTextureFile.cpp" "Common/DLC/DLCUIDataFile.cpp" - "Common/Filesystem/Filesystem.cpp" "Common/GameRules/AddEnchantmentRuleDefinition.cpp" "Common/GameRules/AddItemRuleDefinition.cpp" "Common/GameRules/ApplySchematicRuleDefinition.cpp" |
