#ifndef CASHUTILS_H #define CASHUTILS_H #include #include namespace CashUtils { uint32_t getAmountOfInsertedCoins(hwinf* hw); uint32_t getAmountOfInsertedNotes(hwinf* hw); } #endif // CASHUTILS_H