CommonLibSSE (powerof3)
IAnimationSetCallbackFunctor.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_IAnimationSetCallbackFunctor;
9 
11 
12  // add
13  virtual void Unk_01(void); // 01
14  };
15  static_assert(sizeof(IAnimationSetCallbackFunctor) == 0x8);
16 }
Definition: IAnimationSetCallbackFunctor.h:6
static constexpr auto RTTI
Definition: IAnimationSetCallbackFunctor.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_IAnimationSetCallbackFunctor
Definition: Offsets_RTTI.h:4909