Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/RE/IDs_RTTI.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define SF_RTTI(TYPE) \
inline static constexpr auto RTTI = RTTI::TYPE
inline static constexpr auto RTTI = RE::RTTI::TYPE

#define SF_RTTI_VTABLE(ENTRY) \
SF_RTTI(ENTRY); \
Expand Down
2 changes: 1 addition & 1 deletion include/RE/IDs_VTABLE.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define SF_VTABLE(VTBL) \
inline static constexpr auto VTABLE = VTABLE::VTBL
inline static constexpr auto VTABLE = RE::VTABLE::VTBL

namespace RE
{
Expand Down
Loading