]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/anticheat.qh
Merge branch 'master' into Mario/showspecs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
1 #ifndef ANTICHEAT_H
2 #define ANTICHEAT_H
3
4 void anticheat_init();
5 void anticheat_report();
6 void anticheat_shutdown();
7
8 void anticheat_physics();
9 void anticheat_spectatecopy(entity spectatee);
10 void anticheat_prethink();
11
12 float anticheat_getvalue(string name);
13
14 void anticheat_startframe();
15 void anticheat_endframe();
16
17 void anticheat_fixangle();
18 #endif