Sha256: 240f48ebb9517ed0f4dfb672faeabc1ab27d3905b2521f7a40f3e88fe6e232d1

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

//
//  B2DShape.h
//  Box2D
//
//  Created by Juan Jose Karam on 3/6/13.
//  Copyright (c) 2013 CurveBeryl. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface B2DShape : NSObject {
  
  b2Shape *shape;
}

@property (nonatomic, assign) b2Shape *shape;

@end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
joybox-0.0.6 vendor/vendor-osx/box_2d/include/B2DShape.h