mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-02 10:14:42 +00:00
platform/sdl: add missing Platform_Shutdown
This commit is contained in:
parent
a0d09c9954
commit
02c68c3a70
@ -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…
x
Reference in New Issue
Block a user