2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-07 17:31:49 +00:00

Merge pull request #639 from Laupetin/fix/zone-code-usage-in-inclusion

fix: use ZoneCode in all projects that may include its headers
This commit is contained in:
Jan
2026-01-03 17:30:52 +01:00
committed by GitHub

View File

@@ -11,6 +11,7 @@ function ZoneCommon:include(includes)
Parser:include(includes) Parser:include(includes)
Cryptography:include(includes) Cryptography:include(includes)
ZoneCode:include(includes) ZoneCode:include(includes)
ZoneCode:use()
end end
end end