]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_zymotic.h
hush warnings about strcat and other redefinitions by undefining them first
[xonotic/darkplaces.git] / model_zymotic.h
index d5d96e87271e64c6b48e51821fb26e4dbaba5ed0..d43f72c505f2586b989e58dacfe8c9092fa2cdef 100644 (file)
@@ -1,3 +1,7 @@
+
+#ifndef MODEL_ZYMOTIC_H
+#define MODEL_ZYMOTIC_H
+
 typedef struct zymlump_s
 {
        int start;
@@ -59,3 +63,6 @@ typedef struct zymvertex_s
        float origin[3];
 }
 zymvertex_t;
+
+#endif
+