[dali_2.3.21] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-physics / third-party / bullet3 / src / Bullet3OpenCL / BroadphaseCollision / b3SapAabb.h
1 #ifndef B3_SAP_AABB_H
2 #define B3_SAP_AABB_H
3
4 #include "Bullet3Common/b3Scalar.h"
5 #include "Bullet3Collision/BroadPhaseCollision/shared/b3Aabb.h"
6
7 ///just make sure that the b3Aabb is 16-byte aligned
8 B3_ATTRIBUTE_ALIGNED16(struct)
9 b3SapAabb : public b3Aabb{
10
11                         };
12
13 #endif  //B3_SAP_AABB_H