summaryrefslogtreecommitdiffhomepage
path: root/TestStage.h
diff options
context:
space:
mode:
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;