summaryrefslogtreecommitdiff
path: root/include/constants/mailbox.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-10-22 10:01:07 -0700
committerGitHub <noreply@github.com>2021-10-22 10:01:07 -0700
commit3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (patch)
tree0e40067d711c783ef97667f4a8256f38ab0d4b0a /include/constants/mailbox.h
parent3f7ee3a806d965fae70fd98f2cd1af13a2e4cf0b (diff)
Death by 74 files (#65)
* death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it
Diffstat (limited to 'include/constants/mailbox.h')
-rw-r--r--include/constants/mailbox.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/mailbox.h b/include/constants/mailbox.h
new file mode 100644
index 0000000..6a91862
--- /dev/null
+++ b/include/constants/mailbox.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_CONSTANTS_MAILBOX_H
+#define GUARD_CONSTANTS_MAILBOX_H
+
+#define MAX_ACCEPTED_JOBS 8
+
+#endif // GUARD_CONSTANTS_MAILBOX_H