diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-08 20:40:38 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-08 20:40:38 +0200 |
commit | 47d885a50b7a2c63267b4bb08360a40ee9b877f7 (patch) | |
tree | 358d92e9331b85a73cdf01f445bff0ca6eb00b02 /src/gui/setup_other.h | |
parent | fd520c9cabdea03dbaa9edba4b8fdedd99ca75b3 (diff) | |
parent | e45cefb6b073447c10145b65b59f30af440ce77c (diff) | |
download | ManaVerse-47d885a50b7a2c63267b4bb08360a40ee9b877f7.tar.gz ManaVerse-47d885a50b7a2c63267b4bb08360a40ee9b877f7.tar.bz2 ManaVerse-47d885a50b7a2c63267b4bb08360a40ee9b877f7.tar.xz ManaVerse-47d885a50b7a2c63267b4bb08360a40ee9b877f7.zip |
Merge branch 'minimaps'
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 041aad9f3..44daa1237 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -119,6 +119,9 @@ class Setup_Other : public SetupTab, public gcn::ActionListener gcn::CheckBox *mShowBeingPopupCheckBox; bool mShowBeingPopup; + gcn::CheckBox *mShowExtMinimapsCheckBox; + bool mShowExtMinimaps; + EditDialog *mEditDialog; }; |