]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.h
#ifdef 0'd out BoxOnPlaneSide_Separate as it is not used
[xonotic/darkplaces.git] / zone.h
diff --git a/zone.h b/zone.h
index 0ef231be6fbe35e7b17114228e8043b0996167a3..2d672dbb956a75dfdf402d23d0234409f1390fb6 100644 (file)
--- a/zone.h
+++ b/zone.h
@@ -132,10 +132,11 @@ 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);
+// if pool is NULL this searches ALL pools for the allocation
 qboolean Mem_IsAllocated(mempool_t *pool, void *data);
 
 // used for temporary allocations
-mempool_t *tempmempool;
+extern mempool_t *tempmempool;
 
 void Memory_Init (void);
 void Memory_Shutdown (void);