diff options
| author | austinsworld15 <[email protected]> | 2021-12-08 13:29:01 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-08 13:29:01 -0800 |
| commit | 71a8031cfc80b9bf631a708d784dcd6529994192 (patch) | |
| tree | f0fa63b8445f85056c692e82c8c3aeffcb05bbd0 | |
| parent | Update Project 3.cpp (diff) | |
| download | cst116-proj3-austinsworld15-71a8031cfc80b9bf631a708d784dcd6529994192.tar.xz cst116-proj3-austinsworld15-71a8031cfc80b9bf631a708d784dcd6529994192.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 c7d4653..a512f6a 100644 --- a/CST116F2021-Proj3/Project_3_Voids.h +++ b/CST116F2021-Proj3/Project_3_Voids.h @@ -1,5 +1,6 @@ #pragma once 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); int MultiplyMatrix(int& row1, int& column1, int& row2, int& column2, int& i, int& j, int& k); |