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