Sha256: a042188278868ecdc822b18bb1b430a7959a924128aff351d66dff4acf8f7214
Contents?: true
Size: 281 Bytes
Versions: 5
Compression:
Stored size: 281 Bytes
Contents
// // B2DPolygonShape.h // Box2D // // Created by Juan Jose Karam on 2/18/13. // Copyright (c) 2013 CurveBeryl. All rights reserved. // #import <Foundation/Foundation.h> #import "B2DShape.h" @interface B2DPolygonShape : B2DShape - (id)initWithBoxSize:(CGSize)boxSize; @end
Version data entries
5 entries across 4 versions & 1 rubygems