Corrected internal function prototype.

This commit is contained in:
Philipp Wiesemann 2013-05-15 22:24:23 +02:00
parent d3b85c8965
commit c5b6e3c9e1
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
#include "../../core/android/SDL_android.h"
void Android_InitKeyboard()
void Android_InitKeyboard(void)
{
SDL_Keycode keymap[SDL_NUM_SCANCODES];

View file

@ -22,7 +22,7 @@
#include "SDL_androidvideo.h"
extern void Android_InitKeyboard();
extern void Android_InitKeyboard(void);
extern int Android_OnKeyDown(int keycode);
extern int Android_OnKeyUp(int keycode);