Added declaration of SDL_LogInit() and SDL_LogQuit()

Fixes compile warning on Android
This commit is contained in:
Sam Lantinga
2022-04-28 15:01:34 -07:00
parent 29694869b1
commit a0cdc1fc30
7 changed files with 41 additions and 3 deletions

View File

@@ -47,6 +47,7 @@
#include "SDL_bits.h"
#include "SDL_revision.h"
#include "SDL_assert_c.h"
#include "SDL_log_c.h"
#include "events/SDL_events_c.h"
#include "haptic/SDL_haptic_c.h"
#include "joystick/SDL_joystick_c.h"
@@ -147,9 +148,6 @@ SDL_SetMainReady(void)
SDL_MainIsReady = SDL_TRUE;
}
void SDL_LogInit(void);
void SDL_LogQuit(void);
int
SDL_InitSubSystem(Uint32 flags)
{