Corrected internal function prototype.
This commit is contained in:
parent
d3b85c8965
commit
c5b6e3c9e1
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include "../../core/android/SDL_android.h"
|
#include "../../core/android/SDL_android.h"
|
||||||
|
|
||||||
void Android_InitKeyboard()
|
void Android_InitKeyboard(void)
|
||||||
{
|
{
|
||||||
SDL_Keycode keymap[SDL_NUM_SCANCODES];
|
SDL_Keycode keymap[SDL_NUM_SCANCODES];
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "SDL_androidvideo.h"
|
#include "SDL_androidvideo.h"
|
||||||
|
|
||||||
extern void Android_InitKeyboard();
|
extern void Android_InitKeyboard(void);
|
||||||
extern int Android_OnKeyDown(int keycode);
|
extern int Android_OnKeyDown(int keycode);
|
||||||
extern int Android_OnKeyUp(int keycode);
|
extern int Android_OnKeyUp(int keycode);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue