platform/sdl: add missing Platform_Shutdown

This commit is contained in:
mittorn 2020-02-08 23:48:52 +07:00
parent a0d09c9954
commit 02c68c3a70
1 changed files with 4 additions and 0 deletions

View File

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