X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Fplatforms.qh;h=c40467494f367adf9c68af7390dbd55ee6ec120c;hb=9e8ea75b9aacffc5cfa18c8852c4dd9ffdbd3192;hp=f0727be3ca1fe59cf57b8779d60e20178ffc533b;hpb=17b2adabf26ae062a323bb0d2016bf2eea6aea14;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/platforms.qh b/qcsrc/common/triggers/platforms.qh index f0727be3c..c40467494 100644 --- a/qcsrc/common/triggers/platforms.qh +++ b/qcsrc/common/triggers/platforms.qh @@ -1,5 +1,4 @@ -#ifndef PLATFORMS_H -#define PLATFORMS_H +#pragma once .float dmgtime2; @@ -12,5 +11,3 @@ void plat_crush(entity this, entity blocker); const float PLAT_LOW_TRIGGER = 1; .float dmg; - -#endif