update includes
This commit is contained in:
parent
e01da92b94
commit
e9ffb6ceab
10
includes/Spectate.inc
Normal file
10
includes/Spectate.inc
Normal 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);
|
Loading…
Reference in New Issue
Block a user