diff --git a/src/withdrawMoney.h b/src/withdrawMoney.h new file mode 100644 index 0000000..a109150 --- /dev/null +++ b/src/withdrawMoney.h @@ -0,0 +1,4 @@ +#include + +void withdraw(); +void initiateWithdraw(float amountToWithdraw, float availableAccountBalance); \ No newline at end of file