mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-26 15:44:18 +01:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef GUARD_COINS_H
|
|
#define GUARD_COINS_H
|
|
|
|
void SetCoins(u16 newValue);
|
|
|
|
#endif // GUARD_COINS_H
|