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