2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-05 16:27:27 +00:00

ObjLoading: Be able to load and index IWD files

This commit is contained in:
Jan
2020-01-01 18:46:33 +01:00
parent a4d55ffae7
commit 0abdb64832
27 changed files with 667 additions and 252 deletions

View File

@@ -2,6 +2,7 @@ ObjCommon = {}
function ObjCommon:include()
ZoneCommon:include()
minizip:include()
includedirs {
path.join(ProjectFolder(), "ObjCommon")
}
@@ -10,6 +11,7 @@ end
function ObjCommon:link()
Utils:link()
ZoneCommon:link()
minizip:link()
links {
"ObjCommon"
}