riidefi / mkw

Decompilation of Mario Kart Wii
309 stars 32 forks source link

General improvements to infrastructure #245

Closed vabold closed 1 year ago

vabold commented 2 years ago

Credit to @SeekyCt and @CLF78 for the guidance. Static asserts are primarily useful in ensuring that the size of a class stays the same, and that the offset of a member is correct. Static assertion fails will yield an error, but they can be drowned in a sea of "undefined identifier" and "data object redefined". To counteract this, the default build will only show one error, unless we give the --full_errors flag to configure.py.