CommonLibSSE (Parapets fork)
hkVector4.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "hkSseMathTypes.h"
4 
5 namespace RE
6 {
7  class hkVector4
8  {
9  public:
10  // members
11  hkQuadReal quad{}; // 00
12  };
13  static_assert(sizeof(hkVector4) == 0x10);
14 }
Definition: hkVector4.h:8
hkQuadReal quad
Definition: hkVector4.h:11
Definition: AbsorbEffect.h:6
__m128 hkQuadReal
Definition: hkSseMathTypes.h:5