20 lines
274 B
C
20 lines
274 B
C
/***
|
|
*
|
|
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
|
|
*
|
|
* See the file LICENSE attached with the sources for usage details.
|
|
*
|
|
****/
|
|
|
|
void Game_SpectatorThink(void)
|
|
{
|
|
|
|
}
|
|
void Game_SpectatorConnect(void)
|
|
{
|
|
|
|
}
|
|
void Game_SpectatorDisconnect(void)
|
|
{
|
|
|
|
}
|