bitfields

This commit is contained in:
SandPoot
2022-07-31 04:49:25 -03:00
parent 567cd000e5
commit b1f10e164e
3 changed files with 382 additions and 328 deletions
+4
View File
@@ -0,0 +1,4 @@
#define DEFINE_BITFIELD(_variable, _flags) /datum/bitfield/##_variable { \
flags = ##_flags; \
variable = #_variable; \
}