Skip to content

Commit

Permalink
Narrows scope of PointStates
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-langholtz committed Apr 14, 2024
1 parent 2655e9a commit 331cdc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Testbed/Framework/Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "Test.hpp"

#include <playrho/d2/DynamicTree.hpp>
#include <playrho/d2/PointStates.hpp> // for GetPointStates

using namespace playrho;
using namespace playrho::d2;
Expand Down
4 changes: 2 additions & 2 deletions Testbed/Framework/Test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
#ifndef PLAYRHO_TEST_HPP
#define PLAYRHO_TEST_HPP

#include <playrho/d2/BasicAPI.hpp>
#include <playrho/to_underlying.hpp>
#include <playrho/PointState.hpp>
#include <playrho/Templates.hpp>
#include <playrho/TypeInfo.hpp>
#include <playrho/ContactID.hpp>
#include <playrho/Contact.hpp>
#include <playrho/BodyID.hpp>
#include <playrho/JointID.hpp>

#include <playrho/d2/BasicAPI.hpp>
#include <playrho/d2/UnitVec.hpp>
#include <playrho/d2/PointStates.hpp>
#include <playrho/d2/Distance.hpp>
#include <playrho/d2/RayCastOutput.hpp>
#include <playrho/d2/ShapeSeparation.hpp>
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/World.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <playrho/d2/Manifold.hpp>
#include <playrho/d2/MotorJointConf.hpp>
#include <playrho/d2/PolygonShapeConf.hpp>
#include <playrho/d2/PointStates.hpp>
#include <playrho/d2/PointStates.hpp> // for GetPointStates
#include <playrho/d2/RayCastInput.hpp>
#include <playrho/d2/RayCastOutput.hpp>
#include <playrho/d2/RopeJointConf.hpp>
Expand Down

0 comments on commit 331cdc3

Please sign in to comment.