X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=12fd6eb614c5e8040e0a24995d35ad7f520107c6;hb=c29c496cfe2a585ec8870f3f1f98f8c68a8d7023;hp=6f70f09beec2219624baeca92e2cd7deaa104fb4;hpb=f72821fdcebe3ca01181a99727a06198de65ea08;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 6f70f09be..12fd6eb61 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -1 +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;