From 7e1081ff8f1297486e177bd716fecebb42c0182a Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 10:36:19 +0200 Subject: Added base class for generators --- Bullets.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Bullets.h') 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; Vector2 position; Vector2 velocity; float radius; -- cgit v1.1