@ -272,11 +272,6 @@ void Platform_RunEvents( void )
}
void *Platform_GetNativeObject( const char *name )
{
return NULL;
void GAME_EXPORT Platform_GetMousePos( int *x, int *y )
*x = *y = 0;
@ -147,12 +147,20 @@ void Posix_Daemonize( void )
#if !XASH_SDL && !XASH_ANDROID
void Platform_Init( void )
Posix_Daemonize();
void Platform_Shutdown( void ) {}
void Platform_Shutdown( void )
#endif
#if XASH_TIMER == TIMER_POSIX