summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/GameWinDX9.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-10 13:58:19 +0200
committerAki <please@ignore.pl>2022-04-10 13:58:19 +0200
commitfa8e5233ad5ce10fa1c0a76e235348d57a395539 (patch)
tree39065d9dae1d4914cd861ca762cf04092c5895df /StarsEx/GameWinDX9.h
parent37d4fd61b47137b4f4bc6209c8ecec56981c2007 (diff)
parent06683d2e60da5144e5483c3d0cf88aa28dab1c8a (diff)
downloadstarshatter-fa8e5233ad5ce10fa1c0a76e235348d57a395539.zip
starshatter-fa8e5233ad5ce10fa1c0a76e235348d57a395539.tar.gz
starshatter-fa8e5233ad5ce10fa1c0a76e235348d57a395539.tar.bz2
Merge branch 'magic'
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;