diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-26 01:31:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-26 01:31:38 +0300 |
commit | 85d58aef208ae7c1f0ef5d449e17a1410a6eb04d (patch) | |
tree | d50ea0b708b9ae00432deb54e4def67e26c0796b /src/gui/setup_perfomance.h | |
parent | d1153fc8c1f226d802e82cba7d11c686998a1523 (diff) | |
download | plus-85d58aef208ae7c1f0ef5d449e17a1410a6eb04d.tar.gz plus-85d58aef208ae7c1f0ef5d449e17a1410a6eb04d.tar.bz2 plus-85d58aef208ae7c1f0ef5d449e17a1410a6eb04d.tar.xz plus-85d58aef208ae7c1f0ef5d449e17a1410a6eb04d.zip |
Add support for manual compression selection.
Diffstat (limited to 'src/gui/setup_perfomance.h')
-rw-r--r-- | src/gui/setup_perfomance.h | 8 |
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 |