Sha256: 41c3f620c9f47b3b186ea87766fa656df49c41f51e3bff95d7579b8ea1e87a2d
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
// // B2DCircleShape.h // Box2D // // Created by Kenichi Yonekawa on 13/04/24. // Copyright (c) 2013 Joybox. All rights reserved. // #import <Foundation/Foundation.h> #import "B2DShape.h" @interface B2DCircleShape : B2DShape - (id)initWithRadius:(CGFloat)radius; @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/B2DCircleShape.h |
joybox-1.0.0 | vendor/vendor-osx/box_2d/box_2d_include/B2DCircleShape.h |