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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user