summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-14 19:36:33 +0100
committerAki <please@ignore.pl>2022-03-14 19:36:33 +0100
commit2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4 (patch)
treea1e7873c9086e5d1f4be8092d775e6127f5c388c /Stars45/Game.h
parent92f7c58068c6a7bfe0b32af5c1ace6bdde2f3951 (diff)
downloadstarshatter-2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4.zip
starshatter-2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4.tar.gz
starshatter-2e5d0eb1eecc52b20d1e9f7a3ce0317b851442c4.tar.bz2
Moved max texture size to GameWinDX9
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index b42af06..49edb37 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -69,11 +69,8 @@ public:
static Game* GetInstance();
bool DisplayModeSupported(int w, int h, int bpp);
- int MaxTexSize();
- int MaxTexAspect();
int GammaLevel();
void SetGammaLevel(int g);
- void SetMaxTexSize(int n);
Clock* GetClock();
DWORD Frame();
@@ -122,7 +119,6 @@ protected:
SoundCard* soundcard;
Screen* screen;
int gamma;
- int max_tex_size;
RenderStats stats;
DWORD totaltime;