diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-21 11:37:35 +0200 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-24 16:14:44 -0400 |
commit | 8ba066d303825722a78ffbc67cecc0f4598f6f1e (patch) | |
tree | 7a873d2c54230306d8c475f9b703a074b4eb8411 /src/coins.c | |
parent | 3ba95b67bc2565dd61e3879deaa7543d7bf53b4e (diff) |
Remove duplicate strings.h declarations
Diffstat (limited to 'src/coins.c')
-rw-r--r-- | src/coins.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coins.c b/src/coins.c index 193ea249e..3c6356612 100644 --- a/src/coins.c +++ b/src/coins.c @@ -2,11 +2,10 @@ #include "coins.h" #include "menu.h" #include "string_util.h" +#include "strings.h" #define MAX_COINS 9999 -extern u8 gOtherText_Coins2[]; - void UpdateCoinsWindow(s32 a, u8 b, u8 c) { PrintCoins(a, 4, b + 2, c + 1); |