From 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 22 Oct 2021 10:01:07 -0700 Subject: 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 --- include/constants/mailbox.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/constants/mailbox.h (limited to 'include/constants/mailbox.h') 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 -- cgit v1.2.3