diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-07 09:41:59 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-07 09:41:59 -0500 |
commit | 43b7fd741a3fcbda3ff868843e4639a3ab64b988 (patch) | |
tree | fca928002776d64175577fd3b9cf8cab410b900c /include/constants | |
parent | 1475c4d8da2e27734aa5a738e2287222c1e21386 (diff) |
Document Game Corner scripts
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/coins.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |