summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/VideoSettings.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-10 00:30:31 +0200
committerAki <please@ignore.pl>2022-04-10 00:30:31 +0200
commit06683d2e60da5144e5483c3d0cf88aa28dab1c8a (patch)
tree646b470948b93a1dd18ba759f071ff454211feb1 /StarsEx/VideoSettings.h
parent595140fc96fc48ac6934615d37bd2b4a180d716d (diff)
downloadstarshatter-06683d2e60da5144e5483c3d0cf88aa28dab1c8a.zip
starshatter-06683d2e60da5144e5483c3d0cf88aa28dab1c8a.tar.gz
starshatter-06683d2e60da5144e5483c3d0cf88aa28dab1c8a.tar.bz2
Requested texture size is now managed by Video and Video Settings
Diffstat (limited to 'StarsEx/VideoSettings.h')
-rw-r--r--StarsEx/VideoSettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/StarsEx/VideoSettings.h b/StarsEx/VideoSettings.h
index b9e74e4..a4b7396 100644
--- a/StarsEx/VideoSettings.h
+++ b/StarsEx/VideoSettings.h
@@ -84,6 +84,7 @@ public:
// accessor methods
+ int GetTexSize() const;
int GetGammaLevel() const;
bool IsWindowed() const;
bool UseEffects() const;
@@ -107,6 +108,7 @@ public:
// properties
+ int tex_size;
int gamma;
bool is_windowed;
bool use_effects;