Clue
Clue copied to clipboard
turn `enum` into `@enum`
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