mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
exclude unused GameMode implementations, format Platform/Common/Tutorial
This commit is contained in:
@@ -22,6 +22,9 @@ exclude_platform_common_sources = [
|
||||
' ! -path "*/XUI/*"',
|
||||
# we use system zlib instead, since this one is old as hell and isn't configured for linux correctly
|
||||
' ! -path "*/zlib/*"',
|
||||
' ! -path "*/GameState/SurvivalMode.cpp"',
|
||||
' ! -path "*/GameState/CreativeMode.cpp"',
|
||||
' ! -path "*/GameState/GameMode.cpp"',
|
||||
]
|
||||
|
||||
# all sources in in ./Platform/Common
|
||||
|
||||
Reference in New Issue
Block a user