]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/view.qh
Merge branch 'master' into martin-t/echo
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / view.qh
1 #pragma once
2
3 #include <common/weapons/weapon.qh>
4
5 vector crosshair_getcolor(entity this, float health_stat);
6
7 void calc_followmodel_ofs(entity view);
8
9 void CSQC_Demo_Camera();
10
11 void TrueAim_Init();
12
13 entity viewmodels[MAX_WEAPONSLOTS];
14
15 vector viewloc_mousepos;
16
17 int cursor_active;
18 int cursor_type;
19 const int CURSOR_NORMAL = 0;
20 const int CURSOR_MOVE = 1;
21 const int CURSOR_RESIZE = 2;
22 const int CURSOR_RESIZE2 = 3;