]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monsters.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monsters.qh
index 612822e6ec7f1e1868ff8e605d6228451adb8d4c..c21b237bfd2b255a037c6a89fd392d4ad9e7bc93 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef MONSTERS_H
+#define MONSTERS_H
+
 // monster requests
 const int MR_SETUP = 1; // (SERVER) setup monster data
 const int MR_THINK = 2; // (SERVER) logic to run every frame
@@ -65,3 +68,4 @@ int MON_LAST;
 
 #undef REGISTER_MONSTER
 ACCUMULATE_FUNCTION(RegisterMonsters, register_monsters_done);
+#endif
\ No newline at end of file