mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
platform/sdl: add missing Platform_Shutdown
This commit is contained in:
@@ -64,4 +64,8 @@ void Platform_Init( void )
|
||||
#if XASH_POSIX
|
||||
Posix_Daemonize();
|
||||
#endif
|
||||
}
|
||||
|
||||
void Platform_Shutdown( void )
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user