mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* Remove hideous inline tab indentation, and bans it in contributing guidelines * a Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
#define AFFIX_PREFIX (1 << 0)
|
|
#define AFFIX_SUFFIX (1 << 1)
|
|
|
|
#define AFFIX_GOOD (1 << 0)
|
|
#define AFFIX_EVIL (1 << 1)
|