| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |