From a13a9405a3516c03218e710a353cce7557b2dee2 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 20 Mar 2022 00:16:44 +0100 Subject: Game no longer exposes Video instance --- Stars45/Game.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Stars45/Game.h') diff --git a/Stars45/Game.h b/Stars45/Game.h index 8d30f42..daf3fc5 100644 --- a/Stars45/Game.h +++ b/Stars45/Game.h @@ -74,7 +74,6 @@ public: void SetMaxFrameLength(double seconds) { max_frame_length = seconds; } double GetMaxFrameLength() { return max_frame_length; } - Video* GetVideo(); Color GetScreenColor(); void SetScreenColor(Color c); int GetScreenWidth(); -- cgit v1.1