diff options
author | Aki <please@ignore.pl> | 2022-03-23 21:45:22 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-23 21:45:22 +0100 |
commit | 2c4aaec387ffe0eb60f92a027539195993b6408f (patch) | |
tree | 48869922ddf89e7d99a038623bf1b2e1e1e37a4c /Stars45/Game.h | |
parent | a094eadb72d3d059b765f0d5d46c01c3a4211c87 (diff) | |
download | starshatter-2c4aaec387ffe0eb60f92a027539195993b6408f.zip starshatter-2c4aaec387ffe0eb60f92a027539195993b6408f.tar.gz starshatter-2c4aaec387ffe0eb60f92a027539195993b6408f.tar.bz2 |
Moved Video methods to GameWinDX9
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r-- | Stars45/Game.h | 5 |
1 files changed, 0 insertions, 5 deletions
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(); |