X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=ae6487796a6d6c6b30ee5499f1fc43ad0e78fb61;hp=7b73e5ae4994e9f9c720b4a5eca7c49eb38fb473;hb=67610c5b92e218cc245c040209c1a79ab6b02758;hpb=2628347ca767dc7d17b5db20ed6c786922c15167 diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 7b73e5ae4..ae6487796 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -4,6 +4,10 @@ void calc_followmodel_ofs(entity view); +vector project_3d_to_2d(vector vec); + +void update_mousepos(); + void CSQC_Demo_Camera(); entity viewmodels[MAX_WEAPONSLOTS];