]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vpk.h
cmd: Merge cmd_client and cmd_server into cmd_local. Third time's a charm.
[xonotic/darkplaces.git] / vpk.h
diff --git a/vpk.h b/vpk.h
index 4271ab30d7aabf3f352e0d7514dc0d1fe780fffe..7e572a930332c2b8157f4ad206b6bc5dfb9b5cb6 100644 (file)
--- a/vpk.h
+++ b/vpk.h
@@ -18,6 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 */
 
+#ifndef VPK_H
+#define VPK_H
+
 #include "qtypes.h"
 #include "qdefs.h"
 
@@ -96,3 +99,5 @@ typedef struct dvpk_signature_entry_s
        uint32_t signaturesize; // Always 128
        int8_t signature[128];
 } dvpk_signature_entry_t;
+
+#endif