diff options
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h new file mode 100644 index 0000000..f4e5961 --- /dev/null +++ b/include/constants/global.h @@ -0,0 +1,7 @@ +#ifndef GUARD_CONSTANTS_GLOBAL_H +#define GUARD_CONSTANTS_GLOBAL_H + +#define POKEMON_NAME_LENGTH 10 +#define TEAM_NAME_LENGTH 10 + +#endif // GUARD_CONSTANTS_GLOBAL_H |