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

Side by Side Diff: nacltoons/bindings/physics_layer.pkg

Issue 12579005: [nacltoons] Rename core classes in accordance with doc. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 $#include "lua_physics_layer.h"
2 $#include "physics_layer.h"
3
4 class PhysicsLayer : public CCLayerColor
5 {
6 b2World* GetWorld();
7 void LevelComplete();
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698