summaryrefslogtreecommitdiffhomepage
path: root/Stars45/VideoSettings.h
diff options
context:
space:
mode:
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;