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

Unified Diff: nacltoons/bindings/level_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | nacltoons/bindings/lua_level_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/bindings/level_layer.pkg
diff --git a/nacltoons/bindings/level_layer.pkg b/nacltoons/bindings/level_layer.pkg
new file mode 100644
index 0000000000000000000000000000000000000000..e6f24407b52b2b192db79a4693c34edd813ad055
--- /dev/null
+++ b/nacltoons/bindings/level_layer.pkg
@@ -0,0 +1,8 @@
+$#include "lua_level_layer.h"
+$#include "level_layer.h"
+
+class LevelLayer : public CCLayerColor
+{
+ b2World* GetWorld();
+ void LevelComplete();
+}
« no previous file with comments | « no previous file | nacltoons/bindings/lua_level_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698