mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-06-04 13:53:07 +01:00
a57d38624d
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
#define DEFINE_BITFIELD(_variable, _flags) /datum/bitfield/##_variable { \
|
|
flags = ##_flags; \
|
|
variable = #_variable; \
|
|
}
|