mirror of https://github.com/axmolengine/axmol.git
9 lines
321 B
C++
9 lines
321 B
C++
#include "base/Config.h"
|
|
#if defined(AX_ENABLE_3D_PHYSICS) && AX_ENABLE_BULLET_INTEGRATION
|
|
#ifndef __ax_physics3d_h__
|
|
#define __ax_physics3d_h__
|
|
#include "tolua++.h"
|
|
int register_all_ax_physics3d(lua_State* tolua_S);
|
|
#endif // __ax_physics3d_h__
|
|
#endif //#if defined(AX_ENABLE_3D_PHYSICS) && AX_ENABLE_BULLET_INTEGRATION
|