mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 10:02:12 +00:00
* Refactor bitfields global, improve turret_flags debugging (#53239) * Refactor bitfields global, improve turret_flags debugging Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@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; \
|
|
}
|