Fixed implicit function declarations and their warnings.
For the SDL_SetMouseFocus() and SDL_SetKeyboardFocus().
This commit is contained in:
parent
6096e60a4b
commit
3472d792a9
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
#if SDL_VIDEO_DRIVER_ANDROID
|
||||
|
||||
#include "../SDL_sysvideo.h"
|
||||
#include "../../events/SDL_keyboard_c.h"
|
||||
#include "../../events/SDL_mouse_c.h"
|
||||
|
||||
#include "SDL_androidvideo.h"
|
||||
#include "SDL_androidwindow.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue