(svn r20057) -Feature: customizable hotkeys for the terraform toolbar in scenario editor

This commit is contained in:
yexo
2010-07-03 13:29:01 +00:00
parent 44a49ac849
commit fda69b2be3
2 changed files with 22 additions and 18 deletions

View File

@@ -228,6 +228,7 @@ void SaveLoadHotkeyGroup(IniGroup *group, T *hotkey_list, bool save)
}
struct TerraformToolbarWindow;
struct ScenarioEditorLandscapeGenerationWindow;
static void SaveLoadHotkeys(bool save)
{
@@ -242,6 +243,7 @@ static void SaveLoadHotkeys(bool save)
SaveLoadHotkeyGroup(group, _##name##_hotkeys, save);
SL_HOTKEYS(terraform, TerraformToolbarWindow);
SL_HOTKEYS(terraform_editor, ScenarioEditorLandscapeGenerationWindow);
#undef SL_HOTKEYS