1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 14:34:34 +00:00

Replace the old Lua small block allocator with a new one (for #74)

Renamed original .c file to .cpp to make VS2008 happy
This commit is contained in:
fgenesis 2021-01-23 14:07:39 +01:00
parent e4b2ee6e70
commit db079a55ef
9 changed files with 828 additions and 426 deletions

View file

@ -489,14 +489,6 @@
RelativePath="..\..\BBGE\MathFunctions.h"
>
</File>
<File
RelativePath="..\..\BBGE\MemoryAllocatorSmallBlock.cpp"
>
</File>
<File
RelativePath="..\..\BBGE\MemoryAllocatorSmallBlock.h"
>
</File>
<File
RelativePath="..\..\BBGE\MT.cpp"
>

View file

@ -321,6 +321,14 @@
RelativePath="..\..\ExternalLibs\DeflateCompressor.h"
>
</File>
<File
RelativePath="..\..\ExternalLibs\luaalloc.cpp"
>
</File>
<File
RelativePath="..\..\ExternalLibs\luaalloc.h"
>
</File>
<File
RelativePath="..\..\ExternalLibs\minihttp.cpp"
>