summaryrefslogtreecommitdiffhomepage
path: root/Bullets.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-18 10:36:19 +0200
committerAki <please@ignore.pl>2022-04-18 10:36:19 +0200
commit7e1081ff8f1297486e177bd716fecebb42c0182a (patch)
tree031f47bce6b1ecab5303139cb425ebf6ed5709d4 /Bullets.h
parent8209bbaf2a046199b9c65438fb4454ce01b42500 (diff)
downloadbullethell2022-7e1081ff8f1297486e177bd716fecebb42c0182a.zip
bullethell2022-7e1081ff8f1297486e177bd716fecebb42c0182a.tar.gz
bullethell2022-7e1081ff8f1297486e177bd716fecebb42c0182a.tar.bz2
Added base class for generators
Diffstat (limited to 'Bullets.h')
-rw-r--r--Bullets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bullets.h b/Bullets.h
index 4a77100..3970aff 100644
--- a/Bullets.h
+++ b/Bullets.h
@@ -23,6 +23,7 @@ struct ConstantVelocitySystem
struct ConstantVelocityBullet
{
+ using Vector = std::vector<ConstantVelocityBullet>;
Vector2 position;
Vector2 velocity;
float radius;