summaryrefslogtreecommitdiff
path: root/src/gui/setup_perfomance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_perfomance.h')
-rw-r--r--src/gui/setup_perfomance.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gui/setup_perfomance.h b/src/gui/setup_perfomance.h
index ee6f729fc..7cfcee3b4 100644
--- a/src/gui/setup_perfomance.h
+++ b/src/gui/setup_perfomance.h
@@ -27,8 +27,9 @@
#include <guichan/actionlistener.hpp>
-class IntTextField;
class EditDialog;
+class IntTextField;
+class NamesModel;
class Setup_Perfomance final : public SetupTabScroll
{
@@ -37,7 +38,12 @@ class Setup_Perfomance final : public SetupTabScroll
A_DELETE_COPY(Setup_Perfomance)
+ ~Setup_Perfomance();
+
void apply();
+
+ private:
+ NamesModel *mTexturesList;
};
#endif