Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: misc #274

Merged
merged 5 commits into from
Sep 22, 2024
Merged

feat: misc #274

merged 5 commits into from
Sep 22, 2024

Conversation

qudix
Copy link
Contributor

@qudix qudix commented Sep 22, 2024

  • added a REX::Enum<T> to address the situation where an enum member variable has a different underlying type than the enum type itself. It should be a cut down version of EnumSet as they aren't flags.
    • for example: FormType internally is a int32_t, but is often used as either an uint8_t, uint32_t, or even uint64_t in some classes.

@ThirdEyeSqueegee ThirdEyeSqueegee merged commit 469dc37 into Starfield-Reverse-Engineering:main Sep 22, 2024
5 checks passed
@qudix qudix deleted the dev branch September 26, 2024 18:27
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