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/game.mk

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/bindings/physics_layer.pkg ('k') | nacltoons/src/app_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/game.mk
diff --git a/nacltoons/game.mk b/nacltoons/game.mk
index e7abaa0a60515ebfe8703d45935d3a21ae931d0e..77da6420c5ea9cc260fc412a192c72d57a1e3338 100644
--- a/nacltoons/game.mk
+++ b/nacltoons/game.mk
@@ -36,10 +36,11 @@ COCOS_ROOT = ../third_party/cocos2d-x
SOURCES := src/main.cc \
src/app_delegate.cc \
src/frontend.cc \
- src/gameplay_scene.cc \
- src/physics_layer.cc \
+ src/game_manager.cc \
+ src/level_layer.cc \
+ src/ui_layer.cc \
bindings/LuaBox2D.cpp \
- bindings/lua_physics_layer.cpp \
+ bindings/lua_level_layer.cpp \
bindings/LuaCocos2dExtensions.cpp \
$(COCOS_ROOT)/samples/Cpp/TestCpp/Classes/Box2DTestBed/GLES-Render.cpp \
$(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsDebugNode.cpp \
« no previous file with comments | « nacltoons/bindings/physics_layer.pkg ('k') | nacltoons/src/app_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698