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
when converting old 2.5 code to 3.0 I noticed I changed all enums to a bunch of @define, which made me realise enum would work better as a preprocessor directive that sets many preprocessor variables
when converting old 2.5 code to 3.0 I noticed I changed all enums to a bunch of
@define, which made me realiseenumwould work better as a preprocessor directive that sets many preprocessor variables