diff options
Diffstat (limited to 'include/coins.h')
-rw-r--r-- | include/coins.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/coins.h b/include/coins.h new file mode 100644 index 000000000..0cfd3db6a --- /dev/null +++ b/include/coins.h @@ -0,0 +1,6 @@ +#ifndef GUARD_COINS_H +#define GUARD_COINS_H + +void SetCoins(u16 newValue); + +#endif // GUARD_COINS_H |