Sha256: 9f2b34cbb344edf1fd94c8be2bc6da54946920aafb0125526ff703c02bbf43c6
Contents?: true
Size: 277 Bytes
Versions: 2
Compression:
Stored size: 277 Bytes
Contents
// // B2DPolygonShape.h // Box2D // // Created by Juan Jose Karam on 2/18/13. // Copyright (c) 2013 Joybox. All rights reserved. // #import <Foundation/Foundation.h> #import "B2DShape.h" @interface B2DPolygonShape : B2DShape - (id)initWithBoxSize:(CGSize)boxSize; @end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
joybox-1.0.0 | vendor/vendor-ios/box_2d/box_2d_include/B2DPolygonShape.h |
joybox-1.0.0 | vendor/vendor-osx/box_2d/box_2d_include/B2DPolygonShape.h |