OpenTyrian: Invisible game buttons

This commit is contained in:
pelya
2014-06-09 19:57:10 +03:00
parent 37394c67e1
commit ddec13193f
5 changed files with 83 additions and 3 deletions

View File

@@ -33,5 +33,9 @@ bool select_episode( void );
bool select_difficulty( void );
bool select_menuitem_by_touch(int menu_top, int menu_spacing, int menu_item_count, int *current_item);
void android_setup_screen_keys();
void android_cleanup_screen_keys();
void android_setup_screen_keys_destruct();
#endif /* MENUS_H */