]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/movetypes/push.qh
This commit is dedicated to TimePath
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / movetypes / push.qh
index 44d5442ea62d552ce4a0a6234bc378b97645f02e..d0c8493b732956a6fc060ed3fe1d54292516d0bd 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef MOVETYPE_PUSH_H
 #define MOVETYPE_PUSH_H
 
-void _Movetype_Physics_Pusher(float dt);
+void _Movetype_Physics_Pusher(entity this, float dt);
 
-#endif
\ No newline at end of file
+#endif