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

Side by Side Diff: nacltoons/bindings/lua_level_layer.cpp

Issue 15070003: [nacltoons] Add compound shapes. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « nacltoons/bindings/lua_level_layer.h ('k') | nacltoons/data/res/default_game.lua » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 ** Lua binding: level_layer 2 ** Lua binding: level_layer
3 ** Generated automatically by tolua++-1.0.93 on Wed Mar 27 14:15:50 2013. 3 ** Generated automatically by tolua++-1.0.93 on Wed May 8 17:00:28 2013.
4 */ 4 */
5 5
6 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 6 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
7 // Use of this source code is governed by a BSD-style license that can be 7 // Use of this source code is governed by a BSD-style license that can be
8 // found in the LICENSE file. 8 // found in the LICENSE file.
9 #ifndef __cplusplus 9 #ifndef __cplusplus
10 #include "stdlib.h" 10 #include "stdlib.h"
11 #endif 11 #endif
12 #include "string.h" 12 #include "string.h"
13 13
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 return 1; 311 return 1;
312 } 312 }
313 313
314 314
315 #if defined(LUA_VERSION_NUM) && LUA_VERSION_NUM >= 501 315 #if defined(LUA_VERSION_NUM) && LUA_VERSION_NUM >= 501
316 TOLUA_API int luaopen_level_layer (lua_State* tolua_S) { 316 TOLUA_API int luaopen_level_layer (lua_State* tolua_S) {
317 return tolua_level_layer_open(tolua_S); 317 return tolua_level_layer_open(tolua_S);
318 }; 318 };
319 #endif 319 #endif
320 320
OLDNEW
« no previous file with comments | « nacltoons/bindings/lua_level_layer.h ('k') | nacltoons/data/res/default_game.lua » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698