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=4c4d05f92653d6d76deb44fde08bc2cb48721f44;hb=94c8a26a4c98a43135ad0c62c5d1590dbae02c16;hpb=eac60648c4017e495060dd3ba9e50ac4bad5000a diff --git a/qcsrc/common/viewloc.qh b/qcsrc/common/viewloc.qh index 4c4d05f92..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; @@ -11,5 +10,3 @@ void viewloc_SetViewLocation(); void viewloc_SetTags(entity this); #endif - -#endif