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

Unified Diff: nacltoons/game.mk

Issue 12226130: [nacltoons] Add initial frontend and physics game scenes. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 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/data/res/blocks.png ('k') | nacltoons/src/AppDelegate.h » ('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 31240d401a7c5a522a6d7367aa4b288a7afefbcf..ef3bc28f3c43abd4a0f7b39d489c3d42b7546cae 100644
--- a/nacltoons/game.mk
+++ b/nacltoons/game.mk
@@ -32,7 +32,9 @@ TARGET:=nacltoons
#
SOURCES := src/main.cc \
src/AppDelegate.cc \
+ src/FrontEnd.cc \
src/GameplayScene.cc \
+ src/PhysicsLayer.cc \
../third_party/cocos2d-x/extensions/physics_nodes/CCPhysicsDebugNode.cpp \
../third_party/cocos2d-x/extensions/physics_nodes/CCPhysicsSprite.cpp
« no previous file with comments | « nacltoons/data/res/blocks.png ('k') | nacltoons/src/AppDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698