OpenTyrian: added utorial about on-screen buttons, fixed data files
This commit is contained in:
@@ -33,9 +33,10 @@ 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();
|
||||
void android_setup_screen_keys( void );
|
||||
void android_cleanup_screen_keys( void );
|
||||
void android_setup_screen_keys_destruct( void );
|
||||
void android_show_tutorial( void );
|
||||
|
||||
#endif /* MENUS_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user