CommonLibVR
JournalTab.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "RE/G/GPtr.h"
5 
6 namespace RE
7 {
8  class GFxMovieView;
9 
11  {
12  public:
13  inline static constexpr auto RTTI = RTTI_JournalTab;
14  inline static constexpr auto VTABLE = VTABLE_JournalTab;
15 
16  ~JournalTab() override; // 00
17 
18  // add
19  virtual void Unk_02(void); // 02 - { return; }
20  virtual void Unk_03(void); // 03 - { return; }
21 
22  // members
24  private:
25  KEEP_FOR_RE()
26  };
27  static_assert(sizeof(JournalTab) == 0x18);
28 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: FxDelegateHandler.h:12
Definition: GPtr.h:7
Definition: JournalTab.h:11
virtual void Unk_02(void)
static constexpr auto VTABLE
Definition: JournalTab.h:14
virtual void Unk_03(void)
GPtr< GFxMovieView > view
Definition: JournalTab.h:23
static constexpr auto RTTI
Definition: JournalTab.h:13
~JournalTab() override
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 1 > VTABLE_JournalTab
Definition: Offsets_VTABLE.h:11937
constexpr REL::ID RTTI_JournalTab(static_cast< std::uint64_t >(688994))