Commit 331cdc3 1 parent 2655e9a commit 331cdc3 Copy full SHA for 331cdc3
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 35
35
#include " Test.hpp"
36
36
37
37
#include < playrho/d2/DynamicTree.hpp>
38
+ #include < playrho/d2/PointStates.hpp> // for GetPointStates
38
39
39
40
using namespace playrho ;
40
41
using namespace playrho ::d2;
Original file line number Diff line number Diff line change 22
22
#ifndef PLAYRHO_TEST_HPP
23
23
#define PLAYRHO_TEST_HPP
24
24
25
- #include < playrho/d2/BasicAPI.hpp>
26
25
#include < playrho/to_underlying.hpp>
26
+ #include < playrho/PointState.hpp>
27
27
#include < playrho/Templates.hpp>
28
28
#include < playrho/TypeInfo.hpp>
29
29
#include < playrho/ContactID.hpp>
30
30
#include < playrho/Contact.hpp>
31
31
#include < playrho/BodyID.hpp>
32
32
#include < playrho/JointID.hpp>
33
33
34
+ #include < playrho/d2/BasicAPI.hpp>
34
35
#include < playrho/d2/UnitVec.hpp>
35
- #include < playrho/d2/PointStates.hpp>
36
36
#include < playrho/d2/Distance.hpp>
37
37
#include < playrho/d2/RayCastOutput.hpp>
38
38
#include < playrho/d2/ShapeSeparation.hpp>
Original file line number Diff line number Diff line change 38
38
#include < playrho/d2/Manifold.hpp>
39
39
#include < playrho/d2/MotorJointConf.hpp>
40
40
#include < playrho/d2/PolygonShapeConf.hpp>
41
- #include < playrho/d2/PointStates.hpp>
41
+ #include < playrho/d2/PointStates.hpp> // for GetPointStates
42
42
#include < playrho/d2/RayCastInput.hpp>
43
43
#include < playrho/d2/RayCastOutput.hpp>
44
44
#include < playrho/d2/RopeJointConf.hpp>
You can’t perform that action at this time.
0 commit comments