mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
engine: clean up common.h header from unused function prototypes, or move them to appropriate header or C file
This commit is contained in:
@@ -348,7 +348,7 @@ static int Host_CalcSleep( void )
|
||||
return host_sleeptime.value;
|
||||
}
|
||||
|
||||
void Host_NewInstance( const char *name, const char *finalmsg )
|
||||
static void Host_NewInstance( const char *name, const char *finalmsg )
|
||||
{
|
||||
if( !pChangeGame ) return;
|
||||
|
||||
@@ -582,7 +582,7 @@ static qboolean Host_RegisterDecal( const char *name, int *count )
|
||||
Host_InitDecals
|
||||
=================
|
||||
*/
|
||||
void Host_InitDecals( void )
|
||||
static void Host_InitDecals( void )
|
||||
{
|
||||
int i, num_decals = 0;
|
||||
search_t *t;
|
||||
|
||||
Reference in New Issue
Block a user