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 --- GameScreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GameScreen.h') diff --git a/GameScreen.h b/GameScreen.h index 144bd82..11d5b73 100644 --- a/GameScreen.h +++ b/GameScreen.h @@ -2,7 +2,7 @@ #include -#include "Bullets.h" +#include "ConstantVelocity.h" #include "ExampleGenerator.h" #include "Player.h" #include "Screen.h" -- cgit v1.1