]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - modelgen.h
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / modelgen.h
index 3b5fd543878a39f9550a6bde505dfb3d885e0bed..7439c2818f467784983c17964d7891474f98d725 100644 (file)
@@ -27,6 +27,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 // * pass data from one to the other via model files.      *
 // *********************************************************
 
+#ifndef MODELGEN_H
+#define MODELGEN_H
+
 #define ALIAS_VERSION  6
 
 #define ALIAS_ONSEAM                           0x0020
@@ -107,3 +110,6 @@ typedef struct {
 typedef struct {
        aliasskintype_t type;
 } daliasskintype_t;
+
+#endif
+