2023-06-11 15:07:31 +08:00
|
|
|
#include "base/Config.h"
|
2024-03-30 08:56:32 +08:00
|
|
|
#if defined(AX_ENABLE_3D_PHYSICS) && AX_ENABLE_BULLET_INTEGRATION
|
2022-08-29 20:51:22 +08:00
|
|
|
#ifndef __ax_physics3d_h__
|
|
|
|
#define __ax_physics3d_h__
|
2019-11-23 20:27:39 +08:00
|
|
|
#include "tolua++.h"
|
2022-08-29 20:51:22 +08:00
|
|
|
int register_all_ax_physics3d(lua_State* tolua_S);
|
|
|
|
#endif // __ax_physics3d_h__
|
2024-03-30 08:56:32 +08:00
|
|
|
#endif //#if defined(AX_ENABLE_3D_PHYSICS) && AX_ENABLE_BULLET_INTEGRATION
|