]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
to resolve the format string madness once and for all: write explicit casts for all...
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index ff691aac3014552a750ab3adc02807aabccdc30f..aca91a1eed8dd247e415393d993c55e30a9c3a04 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -37,6 +37,7 @@ typedef enum renderpath_e
        RENDERPATH_D3D10,
        RENDERPATH_D3D11,
        RENDERPATH_SOFT,
+       RENDERPATH_GLES1,
        RENDERPATH_GLES2
 }
 renderpath_t;