summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
diff options
context:
space:
mode:
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;