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

@ -29,6 +29,7 @@
#include "SDL_error.h"
#include "SDL_log.h"
#include "SDL_mutex.h"
#include "SDL_log_c.h"
#if HAVE_STDIO_H
#include <stdio.h>