Skip to content

Commit

Permalink
Include Display header directly instead of Screen header.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Oct 2, 2024
1 parent 39f988c commit 1444e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bullet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1444e2f

Please sign in to comment.