mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +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:
@@ -166,7 +166,7 @@ Some modders use _i?86 suffix in game library name
|
||||
So strip it to follow library naming for non-Intel CPUs
|
||||
==============
|
||||
*/
|
||||
static void COM_StripIntelSuffix( char *out )
|
||||
static inline void COM_StripIntelSuffix( char *out )
|
||||
{
|
||||
char *suffix = Q_strrchr( out, '_' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user