There is a box2d class b2loopShape that I want to use in my app but it is not included in box2d any longer. I found a copy of the class but when I try to add it to my project I get like 45 errors. Any suggestions of intructions would be greatly appreciated.
Share
You only reliable way you have to do that is using the last Box2D version that also included that class. Here, I see that it was version 2.1.0 (but I cannot guarantee it). Version 2.0.1 is available for download as a zip file, otherwise you should use svn checkout.