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/Game.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Stars45/Game.h') diff --git a/Stars45/Game.h b/Stars45/Game.h index 3783906..6b69788 100644 --- a/Stars45/Game.h +++ b/Stars45/Game.h @@ -81,11 +81,6 @@ public: virtual void CollectStats(); virtual bool InitGame(); - virtual bool InitVideo(); - virtual bool ResizeVideo(); - virtual bool ResetVideo(); - virtual bool ToggleFullscreen(); - virtual bool AdjustWindowForChange(); virtual void ShowStats(); -- cgit v1.1