Update changelog and call this 0.3.3
[oweals/minetest.git] / src / guiKeyChangeMenu.h
index a1dfa17c255a51bddced5ec53d53904f5c10e2ae..2e8773a779e4469663a4371e93c25a906a59a3d4 100644 (file)
@@ -43,6 +43,7 @@ enum
        GUI_ID_KEY_FAST_BUTTON,
        GUI_ID_KEY_JUMP_BUTTON,
        GUI_ID_KEY_CHAT_BUTTON,
+       GUI_ID_KEY_CMD_BUTTON,
        GUI_ID_KEY_SNEAK_BUTTON,
        GUI_ID_KEY_INVENTORY_BUTTON,
        GUI_ID_KEY_DUMP_BUTTON,
@@ -87,6 +88,7 @@ private:
        gui::IGUIButton *range;
        gui::IGUIButton *dump;
        gui::IGUIButton *chat;
+       gui::IGUIButton *cmd;
 
        s32 activeKey;
        KeyPress key_forward;
@@ -101,6 +103,7 @@ private:
        KeyPress key_fast;
        KeyPress key_range;
        KeyPress key_chat;
+       KeyPress key_cmd;
        KeyPress key_dump;
 };