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

281 lines
501 B
C++

#include "base/ccConfig.h"
#if AX_USE_PHYSICS
#ifndef __axys_physics_h__
#define __axys_physics_h__
#include "tolua++.h"
int register_all_axys_physics(lua_State* tolua_S);
#endif // __axys_physics_h__
#endif //#if AX_USE_PHYSICS