]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - modelgen.h
Merge MR 'Make trace entity culling optional for spectators'
[xonotic/darkplaces.git] / modelgen.h
index 0ddb7761f30279942939079006f85293bfaa567f..cd48ed096c1bcc6cba25da9f7754415d3aba6cb2 100644 (file)
@@ -30,6 +30,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef MODELGEN_H
 #define MODELGEN_H
 
+#include "qtypes.h"
+
 #define ALIAS_VERSION  6
 
 #define ALIAS_ONSEAM                           0x0020
@@ -52,7 +54,7 @@ typedef struct mdl_s
        int                     numverts;
        int                     numtris;
        int                     numframes;
-       synctype_t      synctype;
+       int                     synctype;
        int                     flags;
        float           size;
 }