mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Extract commonly used Parser code to new Parser component
This commit is contained in:
@ -85,6 +85,7 @@ group ""
|
||||
include "src/Common.lua"
|
||||
include "src/Crypto.lua"
|
||||
include "src/Linker.lua"
|
||||
include "src/Parser.lua"
|
||||
include "src/Unlinker.lua"
|
||||
include "src/Utils.lua"
|
||||
include "src/ZoneCode.lua"
|
||||
@ -102,6 +103,7 @@ include "src/ObjWriting.lua"
|
||||
group "Components"
|
||||
Common:project()
|
||||
Crypto:project()
|
||||
Parser:project()
|
||||
Utils:project()
|
||||
ZoneCode:project()
|
||||
ZoneCodeGeneratorLib:project()
|
||||
|
Reference in New Issue
Block a user