diff options
author | Aki <please@ignore.pl> | 2022-03-20 00:16:44 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-20 00:16:44 +0100 |
commit | a13a9405a3516c03218e710a353cce7557b2dee2 (patch) | |
tree | 7f7f3f9f1fce8194140e8932a3d55f1cb390d1c6 /Stars45/Game.h | |
parent | c4d8f11ded765f5f762b1b2bbf10fac952730bbe (diff) | |
download | starshatter-a13a9405a3516c03218e710a353cce7557b2dee2.zip starshatter-a13a9405a3516c03218e710a353cce7557b2dee2.tar.gz starshatter-a13a9405a3516c03218e710a353cce7557b2dee2.tar.bz2 |
Game no longer exposes Video instance
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r-- | Stars45/Game.h | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |