aboutsummaryrefslogtreecommitdiff
path: root/C++/BABS/BankSystem.h
blob: a593a927d1e483541d889475b8bd0f430280176e (plain) (blame)
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