Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ufrshubham committed Oct 4, 2020
1 parent 8dbea1f commit 309dda5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/GamePlay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <SFML/Graphics/Text.hpp>

#include <box2d/b2_body.h>
#include <box2d/b2_mouse_joint.h>

#include "Game.hpp"
#include "State.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/GamePlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <box2d/b2_polygon_shape.h>
#include <box2d/b2_circle_shape.h>
#include <box2d/b2_prismatic_joint.h>
#include <box2d/b2_mouse_joint.h>

#include <stdlib.h>
#include <time.h>
Expand Down

0 comments on commit 309dda5

Please sign in to comment.