summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/GameWinDX9.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/GameWinDX9.h')
-rw-r--r--StarsEx/GameWinDX9.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/StarsEx/GameWinDX9.h b/StarsEx/GameWinDX9.h
index c6862da..065db57 100644
--- a/StarsEx/GameWinDX9.h
+++ b/StarsEx/GameWinDX9.h
@@ -46,8 +46,6 @@ public:
virtual void Pause(bool f) override;
void ShowStats();
- int MaxTexSize() const;
- int MaxTexAspect() const;
Color GetScreenColor() const;
int GetScreenWidth() const;
int GetScreenHeight() const;
@@ -55,17 +53,14 @@ public:
HINSTANCE GetHINST();
HWND GetHWND();
- void SetMaxTexSize(int n);
void SetScreenColor(Color c);
-
protected:
friend LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM uParam, LPARAM lParam);
PALETTEENTRY standard_palette[256];
BYTE inverse_palette[32768];
- int max_tex_size;
Color screen_color;
HINSTANCE hInst;