Files
Yogstation/code/__DEFINES/_bitfields.dm
John Willard 5be3c1dc8b Ports many improvements to lighting (directional lights) (#20569)
* Adds species lights

* uses image instead of overlay effect

* Removes No lumcount

* Updates much of lighting code to be closer to TG

* ah whateva

* re-adds bandaid

* Updates vis overlays (fixes a harddel)

* Should fix replays

* spinning bitflag

* fixes pAI lights

* remove unused pAI code

* conflicts i forgot to deal w/ (how did this happen?!?!?)
2023-11-25 01:38:39 -06:00

5 lines
124 B
Plaintext

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