]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/anticheat.qh
one step towards making the rifle the "standard sniper gun" instead of the Nex: on...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
1 void anticheat_init();
2 void anticheat_report();
3 void anticheat_shutdown();
4
5 void anticheat_physics();
6 void anticheat_spectatecopy(entity spectatee);
7 void anticheat_prethink();
8
9 void anticheat_serverframe();