]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster.qh
index 7b963807083f62671b0f61388ae43dd3271cd5b1..b345fa6fc155cc4039b47bcc122c91b1365fe062 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef MONSTER_H
-#define MONSTER_H
+#pragma once
 
 #ifdef SVQC
 #include "sv_monsters.qh"
@@ -74,5 +73,3 @@ CLASS(Monster, Object)
     METHOD(Monster, mr_anim, bool(Monster this, entity actor)) { TC(Monster, this); return false; }
 
 ENDCLASS(Monster)
-
-#endif