CommonLibSSE NG
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  };
11  static_assert(sizeof(hkRotation) == 0x30);
12 }
Definition: hkMatrix3.h:8
Definition: hkRotation.h:8
Definition: AbsorbEffect.h:6