]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.h
Fix GLSL shader to only specify invariant gl_Position on the vertex shader, not the...
[xonotic/darkplaces.git] / zone.h
diff --git a/zone.h b/zone.h
index 40f32298c7297123b5f714db319c613d226cb362..a157baca710070ebf3e4566491091e6c6082001a 100644 (file)
--- 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