12 lines
242 B
C++
12 lines
242 B
C++
//////////////////////////////////////////////////////////////////////////
|
|
// Vec3d aligned on 16-byte boundary
|
|
|
|
#ifndef _CRY_ANIMATION_VEC_3D_A_16_HDR_
|
|
#define _CRY_ANIMATION_VEC_3D_A_16_HDR_
|
|
|
|
class Vec3a16: public Vec3d
|
|
{
|
|
public:
|
|
};
|
|
|
|
#endif |