Skip to content

Commit 331cdc3

Browse files
Narrows scope of PointStates
1 parent 2655e9a commit 331cdc3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Testbed/Framework/Test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "Test.hpp"
3636

3737
#include <playrho/d2/DynamicTree.hpp>
38+
#include <playrho/d2/PointStates.hpp> // for GetPointStates
3839

3940
using namespace playrho;
4041
using namespace playrho::d2;

Testbed/Framework/Test.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
#ifndef PLAYRHO_TEST_HPP
2323
#define PLAYRHO_TEST_HPP
2424

25-
#include <playrho/d2/BasicAPI.hpp>
2625
#include <playrho/to_underlying.hpp>
26+
#include <playrho/PointState.hpp>
2727
#include <playrho/Templates.hpp>
2828
#include <playrho/TypeInfo.hpp>
2929
#include <playrho/ContactID.hpp>
3030
#include <playrho/Contact.hpp>
3131
#include <playrho/BodyID.hpp>
3232
#include <playrho/JointID.hpp>
3333

34+
#include <playrho/d2/BasicAPI.hpp>
3435
#include <playrho/d2/UnitVec.hpp>
35-
#include <playrho/d2/PointStates.hpp>
3636
#include <playrho/d2/Distance.hpp>
3737
#include <playrho/d2/RayCastOutput.hpp>
3838
#include <playrho/d2/ShapeSeparation.hpp>

UnitTests/World.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include <playrho/d2/Manifold.hpp>
3939
#include <playrho/d2/MotorJointConf.hpp>
4040
#include <playrho/d2/PolygonShapeConf.hpp>
41-
#include <playrho/d2/PointStates.hpp>
41+
#include <playrho/d2/PointStates.hpp> // for GetPointStates
4242
#include <playrho/d2/RayCastInput.hpp>
4343
#include <playrho/d2/RayCastOutput.hpp>
4444
#include <playrho/d2/RopeJointConf.hpp>

0 commit comments

Comments
 (0)