atm-admin/libs/AtmAdmin.h

14 lines
267 B
C++

#ifndef ATMADMIN_H
#define ATMADMIN_H
namespace AtmAdmin {
// startup() is inline because of how small it is.
char startup();
bool handleUserInformation(char choice, std::string& information);
std::string changeAccountPin();
}
#endif //ATMADMIN_H