X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=0a2c5c0c7066263f5a893538c5c26c152490f342;hb=d865de7a9a17c5a1d9286aec40f68c3530697660;hp=01d4546374d40dcea83ae807eee7d1064a785bae;hpb=905ec2fbd2b610eeb2591cdddbf71ce24b7bb3ab;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;