summaryrefslogtreecommitdiffhomepage
path: root/Falling.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-25 01:49:48 +0200
committerAki <please@ignore.pl>2022-04-25 01:49:48 +0200
commitc1c7fb82aed0c403865896a941388a9e2cc486d0 (patch)
tree7407e44a90d394bd285d5a02841188ed219a3267 /Falling.h
parent63c64254a80564e11987ba4af289cf8d47774668 (diff)
downloadbullethell2022-c1c7fb82aed0c403865896a941388a9e2cc486d0.zip
bullethell2022-c1c7fb82aed0c403865896a941388a9e2cc486d0.tar.gz
bullethell2022-c1c7fb82aed0c403865896a941388a9e2cc486d0.tar.bz2
Extended test staged with new enemies
Diffstat (limited to 'Falling.h')
-rw-r--r--Falling.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Falling.h b/Falling.h
index b50228a..fa4f4fc 100644
--- a/Falling.h
+++ b/Falling.h
@@ -11,6 +11,7 @@
class Falling : virtual public Behaviour
{
public:
+ friend class EnemyFactory;
Falling(std::shared_ptr<Vector2> position, std::shared_ptr<Generator> generator);
void update(float dt) override;
private: