]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/view.qh
Merge branch 'master' into Mario/duel
[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 Porto_Draw(entity this);
10
11 void CSQC_Demo_Camera();
12
13 void TrueAim_Init();
14
15 entity viewmodels[MAX_WEAPONSLOTS];
16
17 vector viewloc_mousepos;
18
19 bool cursor_active;
20 int cursor_type;
21 const int CURSOR_NORMAL = 0;
22 const int CURSOR_MOVE = 1;
23 const int CURSOR_RESIZE = 2;
24 const int CURSOR_RESIZE2 = 3;