(svn r20074) -Fix (r20065): highscore window should use the same hotkey for quit as the toolbar

This commit is contained in:
yexo
2010-07-04 11:28:16 +00:00
parent 19f86951d9
commit 063909962a
3 changed files with 19 additions and 5 deletions

View File

@@ -124,6 +124,8 @@ int CheckHotkeyMatch(Hotkey<T> *list, uint16 keycode, T *w, bool global_only = f
return -1;
}
bool IsQuitKey(uint16 keycode);
void LoadHotkeysFromConfig();
void SaveHotkeysToConfig();