* Some interface for key bindings
This commit is contained in:
jean.chalard
2010-02-15 14:32:56 +00:00
parent 16abaa249c
commit 16ca1a929f
4 changed files with 33 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ void GameStateOptions::Start()
optionsTabs->Add(optionsList);
optionsList = NEW WGuiList("Key Bindings");
optionsList->Add(NEW WGuiKeyBinder());
optionsTabs->Add(optionsList);
optionsList = NEW WGuiList("Credits");