Spectate: adding forward

This commit is contained in:
neon
2018-11-21 00:24:07 +01:00
parent 3db6438022
commit e01da92b94
2 changed files with 34 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
#if defined _Spectate_included
#endinput
#endif
#define _Spectate_included
/**
* Called when a client switches to spec by sm_spectate.
*
* @param client Client index of the caller.
*/
forward void OnPlayerSwitchedToSpectateByCommand(int client);