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:
parent
e4b2ee6e70
commit
db079a55ef
9 changed files with 828 additions and 426 deletions
|
@ -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"
|
||||
>
|
||||
|
|
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue