Skip to content

Commit

Permalink
missing vtables
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrabx3 committed Jul 31, 2024
1 parent a463804 commit fd07e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/RE/A/ActorValueMeter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace RE
{
public:
inline static constexpr auto RTTI = RTTI_ActorValueMeter;
inline static constexpr auto VTABLE = VTABLE_ActorValueMeter;

~ActorValueMeter() override; // 00

Expand Down
1 change: 1 addition & 0 deletions include/RE/A/ActorValueOwner.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace RE
{
public:
inline static constexpr auto RTTI = RTTI_ActorValueOwner;
inline static constexpr auto VTABLE = VTABLE_ActorValueOwner;

virtual ~ActorValueOwner(); // 00

Expand Down

0 comments on commit fd07e46

Please sign in to comment.