diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-06 20:04:30 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-06 20:04:30 -0400 |
commit | c4deb4db96ac8463c2ef1dd92ca5c7d6d13c4dae (patch) | |
tree | ccf428496a63d7c92107dd8c966d13268520d033 /include/constants/field_poison.h | |
parent | f179ab95c07ef7ec7a97864e88bbb35f9efae881 (diff) |
Document field_poison
Diffstat (limited to 'include/constants/field_poison.h')
-rw-r--r-- | include/constants/field_poison.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/constants/field_poison.h b/include/constants/field_poison.h new file mode 100644 index 000000000..f74c3fb56 --- /dev/null +++ b/include/constants/field_poison.h @@ -0,0 +1,12 @@ +#ifndef GUARD_CONSTANTS_FIELD_POISON_H +#define GUARD_CONSTANTS_FIELD_POISON_H + +#define FLDPSN_NONE 0 +#define FLDPSN_PSN 1 +#define FLDPSN_FNT 2 + +#define FLDPSN_NO_WHITEOUT 0 +#define FLDPSN_WHITEOUT 1 +#define FLDPSN_FRONTIER_WHITEOUT 2 + +#endif //GUARD_CONSTANTS_FIELD_POISON_H
\ No newline at end of file |