2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-16 23:11:42 +00:00

feat: properly parse data from xenon ipaks

This commit is contained in:
Jan Laupetin
2026-05-12 22:02:52 +02:00
parent e1bb8ae4d2
commit 71ca182524
12 changed files with 261 additions and 129 deletions
+2
View File
@@ -136,6 +136,7 @@ include "src/RawTemplater.lua"
include "src/UnlinkerCli.lua"
include "src/Unlinking.lua"
include "src/Utils.lua"
include "src/XMemCompress.lua"
include "src/ZoneCode.lua"
include "src/ZoneCodeGeneratorLib.lua"
include "src/ZoneCodeGenerator.lua"
@@ -156,6 +157,7 @@ group "Components"
Cryptography:project()
Parser:project()
Utils:project()
XMemCompress:project()
ZoneCode:project()
ZoneCodeGeneratorLib:project()
ZoneCommon:project()