Sha256: 001a68266d69e1eec901ac2427f50184e4cb4f02270239d80f13954c39f5512e
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
// // B2DEdgeShape.h // Box2D // // Created by Juan Jose Karam on 2/19/13. // Copyright (c) 2013 Joybox. All rights reserved. // #import <Foundation/Foundation.h> #import "B2DShape.h" @interface B2DEdgeShape : B2DShape - (id)initWithStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint; @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/B2DEdgeShape.h |
joybox-1.0.0 | vendor/vendor-osx/box_2d/box_2d_include/B2DEdgeShape.h |