2
0
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:
mittorn 2020-02-08 23:48:52 +07:00
parent a0d09c9954
commit 02c68c3a70

View File

@ -64,4 +64,8 @@ void Platform_Init( void )
#if XASH_POSIX
Posix_Daemonize();
#endif
}
void Platform_Shutdown( void )
{
}