summaryrefslogtreecommitdiffhomepage
path: root/TestStage.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 /TestStage.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 'TestStage.h')
-rw-r--r--TestStage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/TestStage.h b/TestStage.h
index 0e90ab6..7ddbe06 100644
--- a/TestStage.h
+++ b/TestStage.h
@@ -14,7 +14,6 @@ public:
TestStage();
void update(float dt) override;
void draw() override;
- int total_bullets() const override;
private:
Player m_player;
ConstantVelocitySystem m_const;