sm-plugins-csgo/AntiBhopCheat/scripting/include/AntiBhopCheat.inc
2020-03-25 20:09:12 +02:00

6 lines
175 B
SourcePawn

#if defined _AntiBhopCheat_Included
#endinput
#endif
#define _AntiBhopCheat_Included
forward void AntiBhopCheat_OnClientDetected(int client, char[] sReason, char[] sStats);