]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/triggers.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / triggers.qh
index 82c0916c19228c2dd6605b24a6f503d6b3c07061..8a8eb566c19b2ed844035390e6236e78fd1e18b3 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef TRIGGERS_H
-#define TRIGGERS_H
+#pragma once
 
 const float SF_TRIGGER_INIT = 1;
 const float SF_TRIGGER_UPDATE = 2;
@@ -50,5 +49,3 @@ const int ACTIVE_IDLE                 = 2;
 const int ACTIVE_BUSY          = 2;
 const int ACTIVE_TOGGLE                = 3;
 #endif
-
-#endif