X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=0a2c5c0c7066263f5a893538c5c26c152490f342;hb=cd4f4226492c148756d24b0bb46fdd8d23d41234;hp=01d4546374d40dcea83ae807eee7d1064a785bae;hpb=c757b2b2307fcc48ebdbf10b590142bd4d42f759;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 01d454637..0a2c5c0c7 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -1,5 +1,9 @@ #pragma once +#include + vector crosshair_getcolor(entity this, float health_stat); entity viewmodels[MAX_WEAPONSLOTS]; + +vector viewloc_mousepos;