]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.h
Rename qboolean to qbool
[xonotic/darkplaces.git] / zone.h
diff --git a/zone.h b/zone.h
index 5112acf0ab4b6260f804786c614c3cbbdd22c32c..00c0f267b16c756adca46d20e61d61b0eca00152 100644 (file)
--- a/zone.h
+++ b/zone.h
@@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef ZONE_H
 #define ZONE_H
 
-extern qboolean mem_bigendian;
+extern qbool mem_bigendian;
 
 // div0: heap overflow detection paranoia
 #define MEMPARANOIA 0
@@ -100,7 +100,7 @@ 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);
+qbool Mem_IsAllocated(mempool_t *pool, void *data);
 
 char* Mem_strdup (mempool_t *pool, const char* s);