remove warning prototype SDL_ExitProcess()

Sylvain Becker 2019-10-19 09:23:40 +02:00
parent 9c14c789ad
commit 336a75491e
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ extern int SDL_HelperWindowDestroy(void);
/* This is not declared in any header, although it is shared between some
parts of SDL, because we don't want anything calling it without an
extremely good reason. */
extern SDL_NORETURN void SDL_ExitProcess(const int exitcode);
SDL_NORETURN void SDL_ExitProcess(const int exitcode)
{
#ifdef __WIN32__