Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 ** Lua binding: level_layer | 2 ** Lua binding: level_layer |
| 3 ** Generated automatically by tolua++-1.0.93 on Wed Feb 27 11:18:21 2013. | 3 ** Generated automatically by tolua++-1.0.93 on Fri Mar 8 12:24:32 2013. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 extern "C" { | |
| 7 #include "tolua++.h" | |
| 8 #include "tolua_fix.h" | |
| 9 } | |
| 10 | |
| 11 /* Exported function */ | 6 /* Exported function */ |
| 12 TOLUA_API int tolua_level_layer_open (lua_State* tolua_S); | 7 TOLUA_API int tolua_level_layer_open (lua_State* tolua_S); |
| 8 | |
| OLD | NEW |