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

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