1 2 3 4 5 6 7 8
#ifndef BA-BANK_SYSTEM-BANK_SYSTEM #define BA-BANK_SYSTEM-BANK_SYSTEM #include "BankAccount.h" void bankerMode(); void atmMode(); #endif