mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 16:28:31 -05:00
refactor: extract image code into single component
This commit is contained in:
@ -3,6 +3,7 @@ ObjWriting = {}
|
||||
function ObjWriting:include(includes)
|
||||
if includes:handle(self:name()) then
|
||||
ObjCommon:include(includes)
|
||||
ObjImage:include(includes)
|
||||
ObjLoading:include(includes)
|
||||
ZoneCommon:include(includes)
|
||||
includedirs {
|
||||
@ -15,6 +16,7 @@ function ObjWriting:link(links)
|
||||
links:add(self:name())
|
||||
links:linkto(Utils)
|
||||
links:linkto(ObjCommon)
|
||||
links:linkto(ObjImage)
|
||||
links:linkto(ObjLoading)
|
||||
links:linkto(ZoneCommon)
|
||||
links:linkto(minilzo)
|
||||
|
Reference in New Issue
Block a user