Browse Source

platform/sdl: add missing Platform_Shutdown

pull/2/head
mittorn 4 years ago
parent
commit
02c68c3a70
  1. 4
      engine/platform/sdl/sys_sdl.c

4
engine/platform/sdl/sys_sdl.c

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