X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=5bce2fe3246818293474b6383dd05a2a1d68ce39;hb=25a407b7b13088fb19505397e4b9357640ebbac8;hp=01d4546374d40dcea83ae807eee7d1064a785bae;hpb=57fd65c473599b6f069e15fe1e539f205141018b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 01d454637..5bce2fe32 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 Porto_Draw(entity this); + +void CSQC_Demo_Camera(); + +void TrueAim_Init(); + entity viewmodels[MAX_WEAPONSLOTS]; + +vector viewloc_mousepos; + +bool 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;