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

Unified Diff: nacltoons/src/app_delegate.cc

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nacltoons/game.mk ('k') | nacltoons/src/frontend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/src/app_delegate.cc
diff --git a/nacltoons/src/app_delegate.cc b/nacltoons/src/app_delegate.cc
index 9621f2abdb8a952fc9e9bce7accae12308a55dc4..b3ba59970ca941d1a62f647219e0136d5d9524fe 100644
--- a/nacltoons/src/app_delegate.cc
+++ b/nacltoons/src/app_delegate.cc
@@ -7,7 +7,7 @@
#include "frontend.h"
#include "LuaBox2D.h"
#include "LuaCocos2dExtensions.h"
-#include "lua_physics_layer.h"
+#include "lua_level_layer.h"
USING_NS_CC;
@@ -40,8 +40,8 @@ bool AppDelegate::applicationDidFinishLaunching() {
assert(lua_state);
// add box2D bindings
tolua_LuaBox2D_open(lua_state);
- // add PhysicsLayer bindings
- tolua_physics_layer_open(lua_state);
+ // add LevelLayer bindings
+ tolua_level_layer_open(lua_state);
// add cocos2dx extensions bindings
tolua_extensions_open(lua_state);
« no previous file with comments | « nacltoons/game.mk ('k') | nacltoons/src/frontend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698