From 4dabc1bc7b211f3b4edceddc65d20b05b78667e5 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 27 Mar 2020 10:32:39 -0400 Subject: Use trainer type constants --- include/constants/trainer_types.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/constants/trainer_types.h (limited to 'include/constants') 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 -- cgit v1.2.3