mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-10 07:43:35 +01:00
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
#define DEFINE_BITFIELD(_variable, _flags) /datum/bitfield/##_variable { \
|
|
flags = ##_flags; \
|
|
variable = #_variable; \
|
|
}
|