1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

fix shortcuts, fixes #824, fixes #512...

- add saving of shortcut configuration
- allow setting of shortcuts in title screen
This commit is contained in:
IntelOrca
2015-02-27 17:28:45 +00:00
parent b8f81b2c29
commit 4268c930e8
6 changed files with 83 additions and 44 deletions

View File

@@ -154,6 +154,9 @@ bool config_save_default();
uint16 getLanguage();
void config_reset_shortcut_keys();
bool config_shortcut_keys_load();
bool config_shortcut_keys_save();
bool config_find_or_browse_install_directory();
#endif