summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-21 05:25:01 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-21 05:25:01 +0300
commit8037d33c9f429d4c0322da383cdda46776c3c14e (patch)
tree7460a6dd0c774817ff1dd92aa190776ae1684ed9 /src/gui/setup_other.h
parentd7eae524bf7e88ebb5a324431b74a77ce1e7fded (diff)
downloadplus-8037d33c9f429d4c0322da383cdda46776c3c14e.tar.gz
plus-8037d33c9f429d4c0322da383cdda46776c3c14e.tar.bz2
plus-8037d33c9f429d4c0322da383cdda46776c3c14e.tar.xz
plus-8037d33c9f429d4c0322da383cdda46776c3c14e.zip
Impliment attack filter.
Add tab in social tab.
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r--src/gui/setup_other.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h
index 44daa1237..8bf4fe659 100644
--- a/src/gui/setup_other.h
+++ b/src/gui/setup_other.h
@@ -122,6 +122,9 @@ class Setup_Other : public SetupTab, public gcn::ActionListener
gcn::CheckBox *mShowExtMinimapsCheckBox;
bool mShowExtMinimaps;
+ gcn::CheckBox *mEnableAttackFilterCheckBox;
+ bool mEnableAttackFilter;
+
EditDialog *mEditDialog;
};