Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1950)

Unified Diff: nacltoons/bindings/CCPhysicsSprite.pkg

Issue 15070003: [nacltoons] Add compound shapes. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | nacltoons/bindings/LuaCocos2dExtensions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/bindings/CCPhysicsSprite.pkg
diff --git a/nacltoons/bindings/CCPhysicsSprite.pkg b/nacltoons/bindings/CCPhysicsSprite.pkg
deleted file mode 100644
index 29c4585ec223953f9d8f254f352180423f3b0a98..0000000000000000000000000000000000000000
--- a/nacltoons/bindings/CCPhysicsSprite.pkg
+++ /dev/null
@@ -1,15 +0,0 @@
-class CCPhysicsSprite : public CCSprite
-{
- b2Body* getB2Body() const;
- void setB2Body(b2Body *pBody);
- float getPTMRatio() const;
- void setPTMRatio(float fPTMRatio);
-
- static CCPhysicsSprite* createWithTexture(CCTexture2D *pTexture);
- static CCPhysicsSprite* createWithTexture(CCTexture2D *pTexture, CCRect rect);
- static CCPhysicsSprite* createWithSpriteFrame(CCSpriteFrame *pSpriteFrame);
- static CCPhysicsSprite* createWithSpriteFrameName(const char *pszSpriteFrameName);
- static CCPhysicsSprite* create(const char *pszFileName, CCRect rect);
- static CCPhysicsSprite* create(const char *pszFileName);
- static CCPhysicsSprite* create();
-};
« no previous file with comments | « no previous file | nacltoons/bindings/LuaCocos2dExtensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698