You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type definitions in the headers are kinda messed up.
When compiling with -pedantic, it throws errors if a struct uses a custom type that hasn’t been defined yet (depending on the include order).
We should clean this up.
The type definitions in the headers are kinda messed up.
When compiling with
-pedantic, it throws errors if a struct uses a custom type that hasn’t been defined yet (depending on the include order).We should clean this up.
(example.gif)
