CommonLibVR
hkQuaternion.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/H/hkVector4.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  hkVector4 vec; // 00
11  private:
12  KEEP_FOR_RE()
13  };
14  static_assert(sizeof(hkQuaternion) == 0x10);
15 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: hkQuaternion.h:8
hkVector4 vec
Definition: hkQuaternion.h:10
Definition: hkVector4.h:9
Definition: AbsorbEffect.h:6