X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ftrigger%2Fviewloc.qh;h=69c6c821ed7f23cde5c765a3f8bb989f1c2de2c8;hb=59845bcb06720efc1f30ffbf550f7e04a4c51fcd;hp=6708a8e47f6ee0c6fdee2f6d357bff4272ea5c9b;hpb=c89dfaa4d0342b98c320621557973a65114fbdf4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/trigger/viewloc.qh b/qcsrc/common/triggers/trigger/viewloc.qh index 6708a8e47..69c6c821e 100644 --- a/qcsrc/common/triggers/trigger/viewloc.qh +++ b/qcsrc/common/triggers/trigger/viewloc.qh @@ -1,15 +1,13 @@ -#ifndef T_VIEWLOC_H -#define T_VIEWLOC_H +#pragma once .entity viewloc; +const int VIEWLOC_NOSIDESCROLL = BIT(0); // NOTE: currently unimplemented +const int VIEWLOC_FREEAIM = BIT(1); +const int VIEWLOC_FREEMOVE = BIT(2); + #ifdef CSQC .entity goalentity; .entity enemy; .vector movedir; - -void ent_viewloc(); -void ent_viewloc_trigger(); -#endif - #endif