erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
8.05k stars 1.51k forks source link

Unnecessary friend class declaration (b2RopeJoint) #680

Closed Reputeless closed 2 years ago

Reputeless commented 3 years ago

https://github.com/erincatto/box2d/blob/95f74a46c077825478f989df6a81003ca538c2c2/include/box2d/b2_body.h#L404

b2RopeJoint was removed in v2.4.1.

erincatto commented 2 years ago

Duplicate of #665