feat: dump t6 xbox fastfile data

This commit is contained in:
Jan Laupetin
2025-09-01 22:17:05 +01:00
parent 763d280805
commit 75d579b5e3
10 changed files with 1074 additions and 14 deletions
+2
View File
@@ -20,6 +20,7 @@ function ZoneCommon:link(links)
links:linkto(ObjCommon)
links:linkto(Parser)
links:linkto(Utils)
links:linkto(lzx)
end
function ZoneCommon:use()
@@ -45,5 +46,6 @@ function ZoneCommon:project()
path.join(folder, "ZoneCommon/**.cpp")
}
lzx:include(includes)
self:include(includes)
end