axmol/extensions/scripting/lua-bindings/auto/lua_cocos2dx_physics_auto.hpp

281 lines
517 B
C++

#include "base/ccConfig.h"
#if CC_USE_PHYSICS
#ifndef __cocos2dx_physics_h__
#define __cocos2dx_physics_h__
#include "tolua++.h"
int register_all_cocos2dx_physics(lua_State* tolua_S);
#endif // __cocos2dx_physics_h__
#endif //#if CC_USE_PHYSICS