X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Frotating.qh;h=ad1b6ec920a2a319c99552ca051021984e9ffc64;hb=15560a4a494efe42e0e5fa69a628eebc11d97fc7;hp=6f70f09beec2219624baeca92e2cd7deaa104fb4;hpb=4ee2807b2d8f808928ef14b3e814945b3edb4350;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/rotating.qh b/qcsrc/common/triggers/func/rotating.qh index 6f70f09be..ad1b6ec92 100644 --- a/qcsrc/common/triggers/func/rotating.qh +++ b/qcsrc/common/triggers/func/rotating.qh @@ -1 +1,6 @@ #pragma once + + +const int FUNC_ROTATING_XAXIS = BIT(2); +const int FUNC_ROTATING_YAXIS = BIT(3); +const int FUNC_ROTATING_STARTOFF = BIT(4);