Browse Source

platform/sdl: add missing Platform_Shutdown

pull/2/head
mittorn 5 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 )
#if XASH_POSIX #if XASH_POSIX
Posix_Daemonize(); Posix_Daemonize();
#endif #endif
}
void Platform_Shutdown( void )
{
} }
Loading…
Cancel
Save