Add statemap raw files for iw4

This commit is contained in:
Jan
2022-08-13 12:24:07 +02:00
parent 364d801d3f
commit 403d7f2c44
24 changed files with 1374 additions and 0 deletions

View File

@ -112,6 +112,7 @@ include "src/ZoneCommon.lua"
include "src/ObjCommon.lua"
include "src/ObjLoading.lua"
include "src/ObjWriting.lua"
include "tools/scripts/raw.lua"
-- Components group: All projects assist or are part of a tool
group "Components"
@ -136,6 +137,10 @@ group "Tools"
ZoneCodeGenerator:project()
group ""
group "Raw"
Raw:project()
group ""
-- ========================
-- Tests
-- ========================