X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Fplatforms.qh;h=e0a581b7cff7fa693abc6f07f24afb00b754cb9d;hb=5bbfb59ff40eca7824c231d687c2bf587a01749d;hp=426b3c52a52b52e38fe87e490bdd3f1dbde86968;hpb=e053dbda6abe97a2ca90c23de16dde99d253dcc8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/platforms.qh b/qcsrc/common/triggers/platforms.qh index 426b3c52a..e0a581b7c 100644 --- a/qcsrc/common/triggers/platforms.qh +++ b/qcsrc/common/triggers/platforms.qh @@ -1,11 +1,16 @@ +#ifndef PLATFORMS_H +#define PLATFORMS_H + .float dmgtime2; -#ifdef SVQC void() plat_center_touch; void() plat_outside_touch; void() plat_trigger_use; void() plat_go_up; void() plat_go_down; void() plat_crush; -#endif const float PLAT_LOW_TRIGGER = 1; + +.float dmg; + +#endif