diff --git a/src/Bullet.cpp b/src/Bullet.cpp index 17c06ed..dd37107 100644 --- a/src/Bullet.cpp +++ b/src/Bullet.cpp @@ -2,8 +2,8 @@ #include "Config.h" #include "Direction.h" +#include "Display.h" #include "PointUtils.h" -#include "Screen.h" #include "Utils.h" Bullet::Bullet(Point startingPoint, int speed, bool playerOrigin, int power,