Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 $#include "LuaCocos2dExtensions.h" | 1 $#include "LuaCocos2dExtensions.h" |
| 2 $#include "physics_nodes/CCPhysicsSprite.h" | 2 $#include "physics_nodes/CCPhysicsSprite.h" |
| 3 $#include "Box2D/Box2D.h" | 3 $#include "tolua_fix.h" |
| 4 | 4 |
| 5 $USING_NS_CC; | 5 $USING_NS_CC; |
| 6 $USING_NS_CC_EXT; | 6 $USING_NS_CC_EXT; |
| 7 | 7 |
| 8 $pfile "CCPhysicsSprite.pkg" | 8 $pfile "CCPhysicsSprite.pkg" |
| OLD | NEW |