1 2 3 4 5 6
#ifndef GUARD_COINS_H #define GUARD_COINS_H void SetCoins(u16 newValue); #endif // GUARD_COINS_H