mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-23 05:08:16 +01: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)
|