]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
changed protocol back to using float coordinates, unless the mod specifies EF_LOWPREC...
[xonotic/darkplaces.git] / glquake.h
index 40b440635e576e5ec99d4770c43d72d615ca77fd..8ddc29015ccd416b89f9343f1e830f05c4de23b2 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -40,17 +40,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 extern qboolean isG200;
 extern qboolean isRagePro;
 
-extern void GL_BeginRendering (int *x, int *y, int *width, int *height);
-extern void GL_EndRendering (void);
-
-extern float   gldepthmin, gldepthmax;
+extern float gldepthmin, gldepthmax;
 
 //====================================================
 
-extern const char *gl_vendor;
-extern const char *gl_renderer;
-extern const char *gl_version;
-extern const char *gl_extensions;
+extern const char *gl_vendor;
+extern const char *gl_renderer;
+extern const char *gl_version;
+extern const char *gl_extensions;
 
 #ifndef _WIN32
 #define APIENTRY /* */
@@ -146,7 +143,7 @@ extern cvar_t gl_combine;
 
 #endif
 
-//#define DEBUGGL
+#define DEBUGGL
 
 #ifdef DEBUGGL
 #define CHECKGLERROR if ((errornumber = glGetError())) GL_PrintError(errornumber, __FILE__, __LINE__);