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

fix: use ZoneCode in all projects that may include its headers

This commit is contained in:
Jan Laupetin
2026-01-03 14:38:46 +00:00
parent 27b0a9fb22
commit 6e4c9d4675

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