CommonLibSSE (powerof3)
hkBaseObject.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
6  {
7  public:
8  inline static constexpr auto RTTI = RTTI_hkBaseObject;
9 
10  virtual ~hkBaseObject() = default; // 00
11  };
12  static_assert(sizeof(hkBaseObject) == 0x8);
13 }
Definition: hkBaseObject.h:6
virtual ~hkBaseObject()=default
static constexpr auto RTTI
Definition: hkBaseObject.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_hkBaseObject
Definition: Offsets_RTTI.h:7121