From 43b7fd741a3fcbda3ff868843e4639a3ab64b988 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 7 Nov 2019 09:41:59 -0500 Subject: Document Game Corner scripts --- include/constants/coins.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/constants/coins.h (limited to 'include') diff --git a/include/constants/coins.h b/include/constants/coins.h new file mode 100644 index 000000000..fd68f3f9e --- /dev/null +++ b/include/constants/coins.h @@ -0,0 +1,6 @@ +#ifndef GUARD_CONSTANTS_COINS_H +#define GUARD_CONSTANTS_COINS_H + +#define MAX_COINS 9999 + +#endif // GUARD_CONSTANTS_COINS_H \ No newline at end of file -- cgit v1.2.3