diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-15 10:14:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-15 10:14:29 -0400 |
commit | 9e33176367974197195a9c9f8e58ede7569d665d (patch) | |
tree | 1c4b7935b594bf40549b24b9daca132f3bcf3d15 /include/constants/global.h | |
parent | c2f8c12c6f92c2e43e117c9a156ebe58120e0a80 (diff) |
Resolve compiler warnings
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 00000000..28d4b206 --- /dev/null +++ b/include/constants/global.h @@ -0,0 +1,7 @@ +#ifndef POKEDIAMOND_CONSTANTS_GLOBAL_H +#define POKEDIAMOND_CONSTANTS_GLOBAL_H + +#define POKEMON_NAME_LENGTH 10 +#define OT_NAME_LENGTH 7 + +#endif //POKEDIAMOND_CONSTANTS_GLOBAL_H |