]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.h
- Added Mem_IsAllocated.
[xonotic/darkplaces.git] / zone.h
diff --git a/zone.h b/zone.h
index f47561c2f30fb82bbbf8427c12930b9e67aa83ff..f1417350b1f946931a1f440b848bd683c13d3774 100644 (file)
--- a/zone.h
+++ b/zone.h
@@ -132,6 +132,7 @@ void _Mem_FreePool(mempool_t **pool, const char *filename, int fileline);
 void _Mem_EmptyPool(mempool_t *pool, const char *filename, int fileline);
 void _Mem_CheckSentinels(void *data, const char *filename, int fileline);
 void _Mem_CheckSentinelsGlobal(const char *filename, int fileline);
+qboolean Mem_IsAllocated(mempool_t *pool, void *data);
 
 // used for temporary allocations
 mempool_t *tempmempool;