summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index d4042ec..9463338 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -68,7 +68,7 @@ public:
//
static void Panic(const char* msg=0);
- static bool DisplayModeSupported(int w, int h, int bpp);
+ bool DisplayModeSupported(int w, int h, int bpp);
static int MaxTexSize();
static int MaxTexAspect();
static int GammaLevel();
@@ -92,7 +92,7 @@ public:
static double GetMinFrameLength() { return min_frame_length; }
static Game* GetInstance();
- static Video* GetVideo();
+ Video* GetVideo();
static Color GetScreenColor();
static void SetScreenColor(Color c);
static int GetScreenWidth();