Create project for ZoneCodeGenerator rewrite in c++

This commit is contained in:
Jan
2020-11-01 23:12:28 +01:00
parent 911e43d4c2
commit c09c685369
11 changed files with 298 additions and 0 deletions

View File

@ -132,6 +132,7 @@ include "src/Unlinker.lua"
include "src/Utils.lua"
include "src/ZoneCode.lua"
include "src/ZoneCodeGenerator.lua"
include "src/ZoneCodeGeneratorNew.lua"
include "src/ZoneCommon.lua"
include "src/ZoneLoading.lua"
include "src/ZoneWriting.lua"
@ -146,6 +147,7 @@ group "Components"
Utils:project()
ZoneCode:project()
ZoneCodeGenerator:project()
ZoneCodeGeneratorNew:project()
ZoneCommon:project()
ZoneLoading:project()
ZoneWriting:project()