mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
3 lines
110 B
Plaintext
3 lines
110 B
Plaintext
BETTER_ENUM(Channel, int, Red = 0, Green = 1, Blue = 2)
|
|
BETTER_ENUM(Depth, int, TrueColor = 1, HighColor = 0)
|