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