Sha256: 432217dccb152f19b2979f1ebcf20c21e188afc3f661fd559b1e718cf31976b4
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
// // B2DShape.h // Box2D // // Created by Juan Jose Karam on 3/6/13. // Copyright (c) 2013 Joybox. All rights reserved. // #import <Foundation/Foundation.h> @interface B2DShape : NSObject { b2Shape *shape; } @property (nonatomic, assign) b2Shape *shape; @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/B2DShape.h |
joybox-1.0.0 | vendor/vendor-osx/box_2d/box_2d_include/B2DShape.h |