ZoneLoading: Extract all obj dumping relevant parts to ObjWriting component

This commit is contained in:
Jan
2019-12-25 14:07:24 +01:00
parent e8de3a3f39
commit 00b3322cb2
28 changed files with 143 additions and 37 deletions

View File

@ -100,6 +100,9 @@ include "src/ZoneCodeGenerator.lua"
include "src/ZoneCommon.lua"
include "src/ZoneLoading.lua"
include "src/ZoneWriting.lua"
include "src/ZoneCommon.lua"
include "src/ObjLoading.lua"
include "src/ObjWriting.lua"
-- Components group: All projects assist or are part of a tool
group "Components"
@ -110,6 +113,8 @@ group "Components"
ZoneCommon:project()
ZoneLoading:project()
ZoneWriting:project()
ObjLoading:project()
ObjWriting:project()
group ""
-- Tools group: All projects that compile into the final tools