Skip to content

RE prefix for RTTI and VTABLE macros - #39

Merged
qudix merged 1 commit into
libxse:mainfrom
Meridiano:main
Jul 16, 2026
Merged

RE prefix for RTTI and VTABLE macros#39
qudix merged 1 commit into
libxse:mainfrom
Meridiano:main

Conversation

@Meridiano

Copy link
Copy Markdown
Contributor

These macros are placed outside of RE namespace and should have the prefix, just like SF_EXTRADATATYPE.

namespace Whatever {
    SF_RTTI_VTABLE(ExtraLeveledCreature); // error, RE:: is missing
    SF_EXTRADATATYPE(LeveledCreature); // valid
}

These macros are placed outside of RE namespace and should have the prefix, just like SF_EXTRADATATYPE.
```
namespace Whatever {
    SF_RTTI_VTABLE(ExtraLeveledCreature); // error, RE:: is missing
    SF_EXTRADATATYPE(LeveledCreature); // valid
}
```
@qudix
qudix merged commit 7be8898 into libxse:main Jul 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants