allocator with leak detecting capabilities

This commit is contained in:
Eduardo Bart
2011-07-12 16:27:37 -03:00
parent 9058a2898d
commit 3f0a0cb9de
7 changed files with 409 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ ENDIF(CMAKE_BUILD_TYPE STREQUAL "Debug")
SET(SOURCES
# game sources
src/main.cpp
src/allocator.cpp
# game net
src/protocollogin.cpp