engine: platform: make Platform_SetTimer static inline to not fix unused-function
This commit is contained in:
parent
568a394a40
commit
a7c422fde6
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void Platform_SetClipboardText( const char *buffer );
|
|||
#define SDL_VERSION_ATLEAST( x, y, z ) 0
|
||||
#endif
|
||||
|
||||
static void Platform_SetTimer( float time )
|
||||
static inline void Platform_SetTimer( float time )
|
||||
{
|
||||
#if XASH_LINUX
|
||||
Linux_SetTimer( time );
|
||||
|
|
Loading…
Add table
Reference in a new issue