1
0
forked from mirrors/0ad
Files
0ad/source/lib/nommgr.h
T
2005-01-23 18:19:28 +00:00

9 lines
129 B
C

// remove all memory allocation "hooks"
#undef new
#undef delete
#undef malloc
#undef calloc
#undef realloc
#undef free