diff options
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(); |