From 2c4aaec387ffe0eb60f92a027539195993b6408f Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 23 Mar 2022 21:45:22 +0100 Subject: Moved Video methods to GameWinDX9 --- Stars45/GameWinDX9.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Stars45/GameWinDX9.h') 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); -- cgit v1.1