]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/physics/movetypes/push.qh
Move some stuff around, kill a server file included from client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movetypes / push.qh
1 #ifndef MOVETYPE_PUSH_H
2 #define MOVETYPE_PUSH_H
3
4 void _Movetype_Physics_Pusher(entity this, float dt);
5
6 #endif