From 2773854a3e749512826fa8b71b77e754be79836f Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 11:05:24 +0200 Subject: Renamed bullets header to simply ConstantVelocity --- ExampleGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExampleGenerator.cpp') diff --git a/ExampleGenerator.cpp b/ExampleGenerator.cpp index bcead95..3e1598b 100644 --- a/ExampleGenerator.cpp +++ b/ExampleGenerator.cpp @@ -5,7 +5,7 @@ #include -#include "Bullets.h" +#include "ConstantVelocity.h" ExampleGenerator::ExampleGenerator(ConstantVelocityBullet::Vector& bullets) : -- cgit v1.1