20 lines
362 B
C
20 lines
362 B
C
|
/***
|
||
|
*
|
||
|
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
|
||
|
*
|
||
|
* See the file LICENSE attached with the sources for usage details.
|
||
|
*
|
||
|
****/
|
||
|
|
||
|
/*
|
||
|
=================
|
||
|
Client_Init
|
||
|
|
||
|
Comparable to worldspawn in SSQC in that it's mostly used for precaches
|
||
|
=================
|
||
|
*/
|
||
|
void Client_Init(float apilevel, string enginename, float engineversion)
|
||
|
{
|
||
|
|
||
|
}
|