]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_textures.h
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / r_textures.h
index 9cfaccc87d4325705c7005a1bb443e7d9f928605..0fe506befff63ee9e38cde6b1c28051397a816da 100644 (file)
@@ -34,7 +34,7 @@
 #define TEXTYPE_DSDT 4
 
 // contents of this structure are mostly private to gl_textures.c
-typedef struct
+typedef struct rtexture_s
 {
        // this is exposed (rather than private) for speed reasons only
        int texnum;
@@ -42,7 +42,7 @@ typedef struct
 rtexture_t;
 
 // contents of this structure are private to gl_textures.c
-typedef struct
+typedef struct rtexturepool_s
 {
        int useless;
 }