summaryrefslogtreecommitdiffhomepage
path: root/Stars45/GameWinDX9.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-23 21:45:22 +0100
committerAki <please@ignore.pl>2022-03-23 21:45:22 +0100
commit2c4aaec387ffe0eb60f92a027539195993b6408f (patch)
tree48869922ddf89e7d99a038623bf1b2e1e1e37a4c /Stars45/GameWinDX9.h
parenta094eadb72d3d059b765f0d5d46c01c3a4211c87 (diff)
downloadstarshatter-2c4aaec387ffe0eb60f92a027539195993b6408f.zip
starshatter-2c4aaec387ffe0eb60f92a027539195993b6408f.tar.gz
starshatter-2c4aaec387ffe0eb60f92a027539195993b6408f.tar.bz2
Moved Video methods to GameWinDX9
Diffstat (limited to 'Stars45/GameWinDX9.h')
-rw-r--r--Stars45/GameWinDX9.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Stars45/GameWinDX9.h b/Stars45/GameWinDX9.h
index 50484ff..bf5470d 100644
--- a/Stars45/GameWinDX9.h
+++ b/Stars45/GameWinDX9.h
@@ -25,6 +25,12 @@ public:
virtual bool InitInstance(HINSTANCE hInstance, int nCmdShow);
virtual bool InitGame();
+ virtual bool InitVideo();
+ virtual bool ResizeVideo();
+ virtual bool ResetVideo();
+ virtual bool ToggleFullscreen();
+ virtual bool AdjustWindowForChange();
+
virtual bool SetupPalette();
virtual bool LoadPalette(PALETTEENTRY* pal, BYTE* inv);