From 804e71083e4df85c4f0692553de3084f0ed4cd9a Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 22 Apr 2022 01:11:24 +0200 Subject: Added Stats for lifes points and other kind of gameplay state --- Game.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Game.h') diff --git a/Game.h b/Game.h index b047336..702ed17 100644 --- a/Game.h +++ b/Game.h @@ -11,7 +11,6 @@ public: void set(std::unique_ptr screen); void update(float dt); void draw(); - private: std::unique_ptr m_screen; }; -- cgit v1.1