mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
#define AFFIX_PREFIX (1 << 0)
|
|
#define AFFIX_SUFFIX (1 << 1)
|
|
|
|
#define AFFIX_GOOD (1 << 0)
|
|
#define AFFIX_EVIL (1 << 1)
|