X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=zone.h;h=a157baca710070ebf3e4566491091e6c6082001a;hb=c38d0d2d6409d9b3174b6cf04f1bd09694cbfc81;hp=40f32298c7297123b5f714db319c613d226cb362;hpb=dbd8404191be9296fe8701d8a178db3de6b69eb1;p=xonotic%2Fdarkplaces.git diff --git a/zone.h b/zone.h index 40f32298..a157baca 100644 --- a/zone.h +++ b/zone.h @@ -21,6 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef ZONE_H #define ZONE_H +extern qboolean mem_bigendian; + // div0: heap overflow detection paranoia #define MEMPARANOIA 0 @@ -137,6 +139,7 @@ extern mempool_t *zonemempool; extern struct cvar_s developer_memory; extern struct cvar_s developer_memorydebug; +extern struct cvar_s developer_memoryreportlargerthanmb; #endif