| 706 | } |
| 707 | |
| 708 | int register_test_binding(lua_State* L) |
| 709 | { |
| 710 | tolua_open(L); |
| 711 | tolua_module(L, "ax", 0); |
| 712 | tolua_beginmodule(L, "ax"); |
| 713 | lua_register_cocos2dx_DrawNode3D(L); |
| 714 | lua_register_cocos2dx_ValueTypeJudgeInTable(L); |
| 715 | tolua_endmodule(L); |
| 716 | return 0; |
| 717 | } |
no test coverage detected