summaryrefslogtreecommitdiffhomepage
path: root/Stars45/VideoSettings.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-16 21:30:41 +0100
committerAki <please@ignore.pl>2022-03-16 21:30:41 +0100
commitdac5158376875636306610365dc1b9820a18a277 (patch)
treec0afe12f4679457b4302598f3b5d2f9df28cea44 /Stars45/VideoSettings.h
parent2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4 (diff)
downloadstarshatter-dac5158376875636306610365dc1b9820a18a277.zip
starshatter-dac5158376875636306610365dc1b9820a18a277.tar.gz
starshatter-dac5158376875636306610365dc1b9820a18a277.tar.bz2
Removed gamma level management from Game and Starshatter classes
Diffstat (limited to 'Stars45/VideoSettings.h')
-rw-r--r--Stars45/VideoSettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Stars45/VideoSettings.h b/Stars45/VideoSettings.h
index 2520126..b9e74e4 100644
--- a/Stars45/VideoSettings.h
+++ b/Stars45/VideoSettings.h
@@ -84,6 +84,7 @@ public:
// accessor methods
+ int GetGammaLevel() const;
bool IsWindowed() const;
bool UseEffects() const;
int GetWidth() const;
@@ -106,6 +107,7 @@ public:
// properties
+ int gamma;
bool is_windowed;
bool use_effects;
VideoMode fullscreen_mode;