X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=f3c1f4139fff3543ca272c7a750a3cd3328422b5;hb=7a450de6b250eccb737d4c428b634496b933e4ff;hp=93af4255e2b95570cd5ab278b22af71110b8368e;hpb=13832240e226eba119844d7bd02ca51b617e586a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 93af4255e..f3c1f4139 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -6,8 +6,6 @@ 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(); @@ -15,3 +13,10 @@ 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;