summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-13 18:08:09 +0100
committerAki <please@ignore.pl>2022-03-13 18:08:09 +0100
commit01954b1d34a42fa4a51a3e0d690ba4ad5a1f8298 (patch)
tree00c7c8677eae54441a910af9ade2a79d09e64d65 /Stars45/Game.h
parentadb04f7316f9b2f7871b91b62d3bd920194bf97d (diff)
downloadstarshatter-01954b1d34a42fa4a51a3e0d690ba4ad5a1f8298.zip
starshatter-01954b1d34a42fa4a51a3e0d690ba4ad5a1f8298.tar.gz
starshatter-01954b1d34a42fa4a51a3e0d690ba4ad5a1f8298.tar.bz2
Moved palette to GameWinDX9
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r--Stars45/Game.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Stars45/Game.h b/Stars45/Game.h
index afd8f27..b42af06 100644
--- a/Stars45/Game.h
+++ b/Stars45/Game.h
@@ -110,8 +110,6 @@ public:
virtual bool ToggleFullscreen();
virtual bool AdjustWindowForChange();
- virtual bool SetupPalette();
- virtual bool LoadPalette(PALETTEENTRY* pal, BYTE* inv);
virtual void ShowStats();
protected:
@@ -129,9 +127,6 @@ protected:
RenderStats stats;
DWORD totaltime;
- PALETTEENTRY standard_palette[256];
- BYTE inverse_palette[32768];
-
HINSTANCE hInst;
HWND hwnd;
HMENU hmenu;