]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/viewloc.qh
Merge branch 'master' into martin-t/globals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / viewloc.qh
index a86d8b4a42e6ef1acd94db79408dc5e2ab47d0e5..7725d2d8fd040ab506048fb91ce787e0a0cbc676 100644 (file)
@@ -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