Files
Bubberstation/code/__DEFINES/bitfields.dm
SkyratBot 3021c21a58 [MIRROR] Refactor bitfields global, improve turret_flags debugging (#609)
* 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>
2020-09-02 03:05:45 +02:00

5 lines
124 B
Plaintext

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