]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/antilag.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / antilag.qh
index bb9fe805268f3466d4711bd02215957f7600121d..ee7b5d4e37c0095628517a93ca765173f32bbd14 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef ANTILAG_H
-#define ANTILAG_H
+#pragma once
 
 void antilag_record(entity e, entity store, float t);
 vector antilag_takebackorigin(entity e, entity store, float t);
@@ -11,4 +10,3 @@ void antilag_clear(entity e, entity store);
 
 #define ANTILAG_LATENCY(e) min(0.4, e.ping * 0.001)
 // add one ticrate?
-#endif