// // B2DPolygonShape.h // Box2D // // Created by Juan Jose Karam on 2/18/13. // Copyright (c) 2013 CurveBeryl. All rights reserved. // #import #import "B2DShape.h" @interface B2DPolygonShape : B2DShape - (id)initWithBoxSize:(CGSize)boxSize; @end