Rewrite planemap and idalloc in pure C++

This commit is contained in:
2021-01-06 15:10:21 -05:00
parent b03aada315
commit 78f8610eb8
18 changed files with 913 additions and 520 deletions

12
luprex/syslua/ut-misc.lua Normal file
View File

@@ -0,0 +1,12 @@
local ut = {}
function ut.idalloc()
cunittests.idalloc()
end
function ut.planemap()
cunittests.planemap()
end
rununittests(ut)