summaryrefslogtreecommitdiffhomepage
path: root/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-22 01:11:24 +0200
committerAki <please@ignore.pl>2022-04-22 01:11:24 +0200
commit804e71083e4df85c4f0692553de3084f0ed4cd9a (patch)
tree6cfdf65ee7de9c14984677ca4a607b27d9080e00 /Game.h
parent7b8e199b0b6cccdf022bcd072bcdd8ab6c4072b1 (diff)
downloadbullethell2022-804e71083e4df85c4f0692553de3084f0ed4cd9a.zip
bullethell2022-804e71083e4df85c4f0692553de3084f0ed4cd9a.tar.gz
bullethell2022-804e71083e4df85c4f0692553de3084f0ed4cd9a.tar.bz2
Added Stats for lifes points and other kind of gameplay state
Diffstat (limited to 'Game.h')
-rw-r--r--Game.h1
1 files changed, 0 insertions, 1 deletions
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> screen);
void update(float dt);
void draw();
-
private:
std::unique_ptr<Screen> m_screen;
};