1#pragma once
2
3void anticheat_init(entity this);
4void anticheat_report_to_eventlog(entity this);
5void anticheat_report_to_playerstats(entity this);
6void anticheat_register_to_playerstats();
7
8void anticheat_physics(entity this);
9void anticheat_spectatecopy(entity this, entity spectatee);
10void anticheat_prethink(entity this);
11
12void anticheat_startframe();
13void anticheat_endframe();
14
15void anticheat_fixangle(entity this);
16