mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-11 02:45:46 +01:00
platform/sdl: add missing Platform_Shutdown
This commit is contained in:
parent
a0d09c9954
commit
02c68c3a70
@ -64,4 +64,8 @@ void Platform_Init( void )
|
||||
#if XASH_POSIX
|
||||
Posix_Daemonize();
|
||||
#endif
|
||||
}
|
||||
|
||||
void Platform_Shutdown( void )
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue
Block a user