X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fviewloc.qh;h=7725d2d8fd040ab506048fb91ce787e0a0cbc676;hb=0f2ce79e5fc0aaf5037acee4c418bea757ae7eaf;hp=a86d8b4a42e6ef1acd94db79408dc5e2ab47d0e5;hpb=b6b2f6f6a9fa502c524c474db6510bc998ba861a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/viewloc.qh b/qcsrc/common/viewloc.qh index a86d8b4a4..7725d2d8f 100644 --- a/qcsrc/common/viewloc.qh +++ b/qcsrc/common/viewloc.qh @@ -1,15 +1,12 @@ -#ifndef VIEWLOC_H -#define VIEWLOC_H +#pragma once .entity viewloc; -void viewloc_PlayerPhysics(); +void viewloc_PlayerPhysics(entity this); #ifdef CSQC void viewloc_SetViewLocation(); -void viewloc_SetTags(); - -#endif +void viewloc_SetTags(entity this); #endif