X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=448361d05f2075d992d3f47a11e83fba5964c439;hb=9a095b9e5b9856f8e577dc76a1e54072cf5de4be;hp=01d4546374d40dcea83ae807eee7d1064a785bae;hpb=9e84ff8daa3826ef32e2891a7c5224a7cd436d23;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 01d454637..448361d05 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -1,5 +1,24 @@ #pragma once +#include + vector crosshair_getcolor(entity this, float health_stat); +void calc_followmodel_ofs(entity view); + +void CSQC_Demo_Camera(); + +void TrueAim_Init(); + entity viewmodels[MAX_WEAPONSLOTS]; + +vector viewloc_mousepos; + +int cursor_active; +int cursor_type; +const int CURSOR_NORMAL = 0; +const int CURSOR_MOVE = 1; +const int CURSOR_RESIZE = 2; +const int CURSOR_RESIZE2 = 3; + +float drawtime;