diff options
Diffstat (limited to 'src/hotkeys.h')
-rw-r--r-- | src/hotkeys.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hotkeys.h b/src/hotkeys.h index 0b82f0c5f..d09af5627 100644 --- a/src/hotkeys.h +++ b/src/hotkeys.h @@ -122,4 +122,7 @@ int CheckHotkeyMatch(Hotkey<T> *list, uint16 keycode, T *w) return -1; } +void LoadHotkeysFromConfig(); +void SaveHotkeysToConfig(); + #endif /* HOTKEYS_H */ |