From dac5158376875636306610365dc1b9820a18a277 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 16 Mar 2022 21:30:41 +0100 Subject: Removed gamma level management from Game and Starshatter classes --- Stars45/VideoSettings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Stars45/VideoSettings.h') 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; -- cgit v1.1