19 #ifndef B2_CHAIN_AND_POLYGON_CONTACT_H 
   20 #define B2_CHAIN_AND_POLYGON_CONTACT_H 
   22 #include <Box2D/Dynamics/Contacts/b2Contact.h> 
   26 class b2ChainAndPolygonContact : 
public b2Contact 
   33     b2ChainAndPolygonContact(
b2Fixture* fixtureA, int32 indexA, 
b2Fixture* fixtureB, int32 indexB);
 
   34     ~b2ChainAndPolygonContact() {}