platform/sdl: add missing Platform_Shutdown
This commit is contained in:
parent
a0d09c9954
commit
02c68c3a70
1 changed files with 4 additions and 0 deletions
|
@ -64,4 +64,8 @@ void Platform_Init( void )
|
|||
#if XASH_POSIX
|
||||
Posix_Daemonize();
|
||||
#endif
|
||||
}
|
||||
|
||||
void Platform_Shutdown( void )
|
||||
{
|
||||
}
|
Loading…
Add table
Reference in a new issue