]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/viewloc.qh
Measure startup time
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / viewloc.qh
index a86d8b4a42e6ef1acd94db79408dc5e2ab47d0e5..4c4d05f92653d6d76deb44fde08bc2cb48721f44 100644 (file)
@@ -3,12 +3,12 @@
 
 .entity viewloc;
 
-void viewloc_PlayerPhysics();
+void viewloc_PlayerPhysics(entity this);
 
 #ifdef CSQC
 
 void viewloc_SetViewLocation();
-void viewloc_SetTags();
+void viewloc_SetTags(entity this);
 
 #endif