Fixed implicit function declaration warnings.
This commit is contained in:
parent
bb1f191c0d
commit
cafc8e6dc1
2 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
#include "SDL_androidkeyboard.h"
|
#include "SDL_androidkeyboard.h"
|
||||||
|
|
||||||
|
#include "../../core/android/SDL_android.h"
|
||||||
|
|
||||||
void Android_InitKeyboard()
|
void Android_InitKeyboard()
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
#include "SDL_androidvideo.h"
|
#include "SDL_androidvideo.h"
|
||||||
#include "SDL_androidwindow.h"
|
#include "SDL_androidwindow.h"
|
||||||
|
|
||||||
|
#include "../../core/android/SDL_android.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
Android_CreateWindow(_THIS, SDL_Window * window)
|
Android_CreateWindow(_THIS, SDL_Window * window)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue