nuclide/Source/server/valve/spectator.c

20 lines
277 B
C

/***
*
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
*
* See the file LICENSE attached with the sources for usage details.
*
****/
void Valve_SpectatorThink(void)
{
}
void Valve_SpectatorConnect(void)
{
}
void Valve_SpectatorDisconnect(void)
{
}