17 lines
232 B
C
17 lines
232 B
C
/***
|
|
*
|
|
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
|
|
*
|
|
* See the file LICENSE attached with the sources for usage details.
|
|
*
|
|
****/
|
|
|
|
void info_player_start(void)
|
|
{
|
|
|
|
}
|
|
|
|
void info_player_deathmatch(void)
|
|
{
|
|
|
|
}
|