]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/antilag.qh
Remove includes from most headers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / antilag.qh
index 2a7343243dd6e4dc7cfd80d2cd2bd6394928197e..d02a963115553297564ffd3907d316fc307e31e5 100644 (file)
@@ -1,9 +1,15 @@
+#ifndef ANTILAG_H
+#define ANTILAG_H
+
 void antilag_record(entity e, float t);
-float antilag_find(entity e, float t);
 vector antilag_takebackorigin(entity e, float t);
 vector antilag_takebackavgvelocity(entity e, float t0, float t1);
 void antilag_takeback(entity e, float t);
 void antilag_restore(entity e);
+void antilag_clear(entity e);
+
+.float antilag_debug;
 
 #define ANTILAG_LATENCY(e) min(0.4, e.ping * 0.001)
 // add one ticrate?
+#endif
\ No newline at end of file