]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / gl_backend.h
index 73d317db503d38ba30f2d18c1d426d4b88b2780a..32ede01995246f9105fbc83a945e3abd856e35fd 100644 (file)
@@ -35,7 +35,7 @@ extern cvar_t gl_paranoid;
 extern cvar_t gl_printcheckerror;
 
 //input to R_Mesh_State
-typedef struct
+typedef struct rmeshstate_s
 {
        // textures
        int tex1d[MAX_TEXTUREUNITS];