]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/movetypes/push.qc
Fix compile
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movetypes / push.qc
index b832465464ffd7496c273dd3b70214d84d7c8295..3b3c648f1e9145c3029bf5608f85a5e90cb02832 100644 (file)
@@ -1,3 +1,5 @@
+#include "push.qh"
+
 void _Movetype_PushMove(entity this, float dt)  // SV_PushMove
 {
        if (this.move_velocity == '0 0 0' && this.move_avelocity == '0 0 0')