]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
Fixed findkeysforcommand hopefully.
[xonotic/darkplaces.git] / glquake.h
index 11ccd319bef5663dc1fb8bd936525b91d31317e3..d871480c16376dece9f5b80b43bd70fb1453be75 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -130,7 +130,16 @@ extern int gl_support_anisotropy;
 #define GL_REPEAT                              0x2901
 #define GL_CLAMP                               0x2900
 
-#define GL_TRIANGLES                           0x0004
+#define GL_POINTS                              0x0000
+#define GL_LINES                               0x0001
+#define GL_LINE_LOOP                   0x0002
+#define GL_LINE_STRIP                  0x0003
+#define GL_TRIANGLES                   0x0004
+#define GL_TRIANGLE_STRIP              0x0005
+#define GL_TRIANGLE_FAN                        0x0006
+#define GL_QUADS                               0x0007
+#define GL_QUAD_STRIP                  0x0008
+#define GL_POLYGON                             0x0009
 
 #define GL_FALSE                               0x0
 #define GL_TRUE                                        0x1