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

Meter madness #64

Merged
merged 18 commits into from
Oct 17, 2024
Merged

Meter madness #64

merged 18 commits into from
Oct 17, 2024

Conversation

robojumper
Copy link
Collaborator

No description provided.

@robojumper robojumper marked this pull request as ready for review October 17, 2024 12:39
Comment on lines +16 to +20
#ifdef __MWERKS__
#define offsetof(type, member) ((size_t) & (((type *)0)->member))
#else
#define offsetof(type, member) __builtin_offsetof(type, member)
#endif
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the proper fix for the warning xD

include/toBeSorted/scgame.h Outdated Show resolved Hide resolved
include/s/s_State.hpp Outdated Show resolved Hide resolved
@elijah-thomas774 elijah-thomas774 merged commit b96e6ee into zeldaret:main Oct 17, 2024
1 check passed
@robojumper robojumper deleted the meter_madness branch October 17, 2024 21:59
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