X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fviewloc.qh;h=7725d2d8fd040ab506048fb91ce787e0a0cbc676;hp=ceebe9c02caee4677c813ed3ee4ce74de6d0d232;hb=e0012447bfce1b551df3dc01b043655aa93dafad;hpb=1d0313b550f20ceef79a51c4c8a2029eb673d979 diff --git a/qcsrc/common/viewloc.qh b/qcsrc/common/viewloc.qh index ceebe9c02..7725d2d8f 100644 --- a/qcsrc/common/viewloc.qh +++ b/qcsrc/common/viewloc.qh @@ -1,5 +1,4 @@ -#ifndef VIEWLOC_H -#define VIEWLOC_H +#pragma once .entity viewloc; @@ -8,8 +7,6 @@ void viewloc_PlayerPhysics(entity this); #ifdef CSQC void viewloc_SetViewLocation(); -void viewloc_SetTags(); - -#endif +void viewloc_SetTags(entity this); #endif