]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - wad.h
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / wad.h
diff --git a/wad.h b/wad.h
index 87289a7af91a2ca68bec91cb39249035d74db899..3c3fc511c9fbd9e197ab0f5b2969f0dc019f97cf 100644 (file)
--- a/wad.h
+++ b/wad.h
@@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define        TYP_SOUND               67
 #define        TYP_MIPTEX              68
 
-typedef struct
+typedef struct qpic_s
 {
        int                     width, height;
        qbyte           data[4];                        // variably sized
@@ -47,14 +47,14 @@ typedef struct
 
 
 
-typedef struct
+typedef struct wadinfo_s
 {
        char            identification[4];              // should be WAD2 or 2DAW
        int                     numlumps;
        int                     infotableofs;
 } wadinfo_t;
 
-typedef struct
+typedef struct lumpinfo_s
 {
        int                     filepos;
        int                     disksize;