summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/GameWinDX9.h')
-rw-r--r--Stars45/GameWinDX9.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Stars45/GameWinDX9.h b/Stars45/GameWinDX9.h
index 719bc04..9151bcd 100644
--- a/Stars45/GameWinDX9.h
+++ b/Stars45/GameWinDX9.h
@@ -20,6 +20,14 @@ public:
virtual bool Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow);
virtual bool InitApplication(HINSTANCE hInstance);
virtual bool InitInstance(HINSTANCE hInstance, int nCmdShow);
+ virtual bool InitGame();
+
+ virtual bool SetupPalette();
+ virtual bool LoadPalette(PALETTEENTRY* pal, BYTE* inv);
+
+protected:
+ PALETTEENTRY standard_palette[256];
+ BYTE inverse_palette[32768];
};