]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/physics/movetypes/push.qh
Merge branch 'master' into terencehill/lms_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movetypes / push.qh
1 #pragma once
2
3 void _Movetype_Physics_Push(entity this, float dt);
4
5 .vector moved_from, moved_fromangles;
6
7 IntrusiveList g_pushmove_moved;
8 STATIC_INIT(g_pushmove_moved) { g_pushmove_moved = IL_NEW(); }
9
10 #ifdef CSQC
11 .float ltime;
12 #endif