2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-06 00:37:26 +00:00

feat: dump t6 xbox fastfile data

This commit is contained in:
Jan Laupetin
2025-08-28 21:14:12 +02:00
parent 763d280805
commit 75d579b5e3
10 changed files with 1074 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ function ZoneLoading:link(links)
links:linkto(Cryptography)
links:linkto(Utils)
links:linkto(ZoneCommon)
links:linkto(lzx)
links:linkto(zlib)
if os.host() == "linux" then
@@ -55,6 +56,7 @@ function ZoneLoading:project()
self:include(includes)
Cryptography:include(includes)
Utils:include(includes)
lzx:include(includes)
zlib:include(includes)
ZoneCode:include(includes)