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

9 lines
243 B
C++
Raw Normal View History

2023-06-11 15:07:31 +08:00
#include "base/Config.h"
#if defined(AX_ENABLE_PHYSICS)
#ifndef __ax_physics_h__
#define __ax_physics_h__
2019-11-23 20:27:39 +08:00
#include "tolua++.h"
int register_all_ax_physics(lua_State* tolua_S);
#endif // __ax_physics_h__
#endif //#if defined(AX_ENABLE_PHYSICS)