| OLD | NEW |
| 1 This folder contains code for binding various C/C++ compontents | 1 This folder contains code for binding various C/C++ compontents |
| 2 to Lua. The bindings were created using tolua++ and the build | 2 to Lua. The bindings are generated using tolua++. |
| 3 script from cocos2dx (tools/tolua++/build.php). | |
| 4 | 3 |
| 5 All the sources and headers in this folder are auto-generated. | 4 Sources and headers in this folder are all auto-generated. |
| 6 | 5 |
| 7 The box2d bindings were taking from the cocos2dx forum here: | 6 The box2d bindings were taking from the cocos2dx forum here: |
| 8 http://www.cocos2d-x.org/boards/11/topics/3181 | 7 http://www.cocos2d-x.org/boards/11/topics/3181 |
| 9 | 8 |
| 10 The hope is that both the box2d and the cocos2dx extension bindings | 9 To rebuild the bindings run 'make' in this folder. |
| 11 will get including in cocos2dx upstream in the near future. | |
| OLD | NEW |