mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
9 lines
132 B
C
9 lines
132 B
C
#ifndef _SHARED_H_
|
|
#define _SHARED_H_
|
|
|
|
#include <enum.h>
|
|
|
|
BETTER_ENUM(Channel, int, Red, Green, Blue)
|
|
|
|
#endif // #ifndef _SHARED_H_
|