X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=12fd6eb614c5e8040e0a24995d35ad7f520107c6;hp=01d4546374d40dcea83ae807eee7d1064a785bae;hb=991de5e6922cd3c283de56c3249624f0f1bfe767;hpb=87bec07409c336c956a798556064c6819ad40a4d diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 01d4546374..12fd6eb614 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; + +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;