Files
CHOMPStation2/code/__defines/_bitfields.dm
2025-03-11 22:36:14 +01:00

5 lines
124 B
Plaintext

#define DEFINE_BITFIELD(_variable, _flags) /datum/bitfield/##_variable { \
flags = ##_flags; \
variable = #_variable; \
}