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

@ -65,3 +65,7 @@ void Platform_Init( void )
Posix_Daemonize();
#endif
}
void Platform_Shutdown( void )
{
}