(svn r20055) -Feature: save/load hotkeys to/from hotkeys.cfg

This commit is contained in:
yexo
2010-07-03 13:28:15 +00:00
parent d1044c036a
commit 258ca28819
5 changed files with 257 additions and 0 deletions

View File

@@ -122,4 +122,7 @@ int CheckHotkeyMatch(Hotkey<T> *list, uint16 keycode, T *w)
return -1;
}
void LoadHotkeysFromConfig();
void SaveHotkeysToConfig();
#endif /* HOTKEYS_H */