Added declaration of SDL_LogInit() and SDL_LogQuit()
Fixes compile warning on Android
This commit is contained in:
parent
29694869b1
commit
a0cdc1fc30
7 changed files with 41 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue