(Android) Make engine_handle_input inline

This commit is contained in:
twinaphex 2013-03-03 20:45:13 +01:00
parent ebd8b29399
commit afa04bd376
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ void engine_handle_cmd(void)
}
}
void engine_handle_input(void)
static inline void engine_handle_input(void)
{
bool debug_enable = g_settings.input.debug_enable;
struct android_app *android_app = (struct android_app*)g_android;