2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-12 21:31:43 +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
+1
View File
@@ -11,6 +11,7 @@ function ZoneCommon:include(includes)
Parser:include(includes)
Cryptography:include(includes)
ZoneCode:include(includes)
ZoneCode:use()
end
end