]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - bspfile.h
protocol: Stub DP8 protocol
[xonotic/darkplaces.git] / bspfile.h
index f918d7943798adbadb8e607e3e2632f2a61b3710..1341b9e07aa8c470b6eb92e5860afb223ed4dfcc 100644 (file)
--- a/bspfile.h
+++ b/bspfile.h
@@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 */
 
+#ifndef BSPFILE_H
+#define BSPFILE_H
 
 #define MAX_MAP_HULLS 16 // Q1BSP has 4, Hexen2 Q1BSP has 8, MCBSP has 16
 
@@ -322,3 +324,4 @@ typedef struct dleaf_s
 } dleaf_t;
 */
 
+#endif