]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/movetypes/walk.qh
a920c7a4f831fed875c282b41a362b04c7f2bb30
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / movetypes / walk.qh
1 #ifndef MOVETYPE_WALK_H
2 #define MOVETYPE_WALK_H
3
4 void _Movetype_Physics_Walk(entity this, float dt);
5
6 #endif