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