]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/subs.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / subs.qh
index 096022c848644ac499c5c674e4f0fe1c709079e1..4f98d5ae15cd92335c4b76282814566358ba1fa7 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef SUBS_H
-#define SUBS_H
+#pragma once
 
 #define SUB_ANGLES(s)          (s).angles
 #define SUB_VELOCITY           velocity
@@ -69,5 +68,3 @@ float STATE_DOWN              = 3;
 
 .float         max_health;             // players maximum health is stored here
 #endif
-
-#endif