ZoneCommon: Extract non ZoneMemory management from ZoneMemory into Utils::MemoryManager class

This commit is contained in:
Jan
2020-02-05 16:52:43 +01:00
parent b67b4ee316
commit 63330ff908
5 changed files with 120 additions and 100 deletions

View File

@ -1,12 +1,14 @@
ZoneCommon = {}
function ZoneCommon:include()
Utils:include()
includedirs {
path.join(ProjectFolder(), "ZoneCommon")
}
end
function ZoneCommon:link()
Utils:link()
links {
"ZoneCommon"
}