CommonLibSSE NG
IStackCallbackSaveInterface.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  namespace BSScript
6  {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_BSScript__IStackCallbackSaveInterface;
11 
13 
14  // add
15  virtual void Unk_01(void) = 0; // 01
16  virtual void Unk_02(void) = 0; // 02
17  };
18  static_assert(sizeof(IStackCallbackSaveInterface) == 0x8);
19  }
20 }
Definition: IStackCallbackSaveInterface.h:8
static constexpr auto RTTI
Definition: IStackCallbackSaveInterface.h:10
Definition: AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BSScript__IStackCallbackSaveInterface(689078, 396933, 0x1f4b8d0)