summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.h
diff options
context:
space:
mode:
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;
};