]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/movetypes.qh
A few trillion lines of untested junk, committing now so it doesn't become quadrillions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / movetypes.qh
index f209771460cbd1b22f079fc6668a2f7daed83678..b4dea1de12beaad58e19cbfebd7acc94ea740c34 100644 (file)
@@ -23,6 +23,10 @@ void Movetype_Physics_MatchTicrate(float tr, bool sloppy);
 void Movetype_Physics_MatchServer(bool sloppy);
 void Movetype_Physics_NoMatchServer();
 
+float _Movetype_UnstickEntity();
+
+const int MAX_CLIP_PLANES = 5;
+
 const int MOVETYPE_NONE                                = 0;
 const int MOVETYPE_ANGLENOCLIP     = 1;
 const int MOVETYPE_ANGLECLIP       = 2;