diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-27 10:24:10 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-04-28 19:59:08 -0500 |
commit | e5757a3deffaf5fb211f50c6245e2eee826a8019 (patch) | |
tree | dac2d2b44727a54d2cb942cb58bbd6d7080b8260 /include/constants/trainer_types.h | |
parent | 09b39527ff16a06fab702438bc5ac66ce6a613d8 (diff) |
Use trainer type constants
Diffstat (limited to 'include/constants/trainer_types.h')
-rw-r--r-- | include/constants/trainer_types.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/constants/trainer_types.h b/include/constants/trainer_types.h new file mode 100644 index 000000000..c2adf1e12 --- /dev/null +++ b/include/constants/trainer_types.h @@ -0,0 +1,8 @@ +#ifndef GUARD_CONSTANTS_TRAINER_TYPES_H +#define GUARD_CONSTANTS_TRAINER_TYPES_H + +#define TRAINER_TYPE_NONE 0 +#define TRAINER_TYPE_NORMAL 1 +#define TRAINER_TYPE_SEE_ALL_DIRECTIONS 2 + +#endif // GUARD_CONSTANTS_TRAINER_TYPES_H |