mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
ZoneCommon: Extract non ZoneMemory management from ZoneMemory into Utils::MemoryManager class
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
ZoneCommon = {}
|
||||
|
||||
function ZoneCommon:include()
|
||||
Utils:include()
|
||||
includedirs {
|
||||
path.join(ProjectFolder(), "ZoneCommon")
|
||||
}
|
||||
end
|
||||
|
||||
function ZoneCommon:link()
|
||||
Utils:link()
|
||||
links {
|
||||
"ZoneCommon"
|
||||
}
|
||||
|
Reference in New Issue
Block a user