diff options
| author | austinsworld15 <[email protected]> | 2021-12-08 13:34:44 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-08 13:34:44 -0800 |
| commit | 070ea7488b9e2fbb0166290fbdda124c6d389176 (patch) | |
| tree | 1a1c2a3cfc26d46aa7a2e4541bde0cd786c0a17a | |
| parent | Update Project_3_Voids.h (diff) | |
| download | archived-cst116-proj3-austinsworld15-070ea7488b9e2fbb0166290fbdda124c6d389176.tar.xz archived-cst116-proj3-austinsworld15-070ea7488b9e2fbb0166290fbdda124c6d389176.zip | |
Update Project_3_Voids.h
| -rw-r--r-- | CST116F2021-Proj3/Project_3_Voids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116F2021-Proj3/Project_3_Voids.h b/CST116F2021-Proj3/Project_3_Voids.h index a512f6a..5446bd1 100644 --- a/CST116F2021-Proj3/Project_3_Voids.h +++ b/CST116F2021-Proj3/Project_3_Voids.h @@ -1,5 +1,6 @@ #pragma once +void Menu(); void ProcessChoice(int& choice); void GetMatrix(int& rowM1, int& columnM1, int& rowM2, int& columnM2, int& iM, int& jM); int AddMatrix(int& rowa1, int& columna1, int& rowa2, int& columna2, int& ia, int& ja, int& ka); |