nuclide/Source/server/valve/spectator.c

21 lines
274 B
C
Raw Normal View History

2018-12-27 22:53:24 +00:00
/***
*
2019-01-16 16:43:50 +00:00
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
*
* See the file LICENSE attached with the sources for usage details.
2018-12-27 22:53:24 +00:00
*
****/
void Game_SpectatorThink(void)
2018-12-27 22:53:24 +00:00
{
}
void Game_SpectatorConnect(void)
2018-12-27 22:53:24 +00:00
{
}
void Game_SpectatorDisconnect(void)
2018-12-27 22:53:24 +00:00
{
}