summaryrefslogtreecommitdiff
path: root/include/constants/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-15 10:14:29 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-15 10:14:29 -0400
commit9e33176367974197195a9c9f8e58ede7569d665d (patch)
tree1c4b7935b594bf40549b24b9daca132f3bcf3d15 /include/constants/global.h
parentc2f8c12c6f92c2e43e117c9a156ebe58120e0a80 (diff)
Resolve compiler warnings
Diffstat (limited to 'include/constants/global.h')
-rw-r--r--include/constants/global.h7
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