diff options
| author | James Lawrance <[email protected]> | 2021-12-08 14:43:41 -0800 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-12-08 14:43:41 -0800 |
| commit | 747d1f59dea35324711c74b41ae6b54e1dae6a7c (patch) | |
| tree | ff708f7abac7ebf0c172da5f584518281456460a /CST116F2021-Proj3/Header.h | |
| parent | Add online IDE url (diff) | |
| download | archived-cst116-proj3-jemersonlawrance-master.tar.xz archived-cst116-proj3-jemersonlawrance-master.zip | |
Diffstat (limited to 'CST116F2021-Proj3/Header.h')
| -rw-r--r-- | CST116F2021-Proj3/Header.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CST116F2021-Proj3/Header.h b/CST116F2021-Proj3/Header.h new file mode 100644 index 0000000..8584f4e --- /dev/null +++ b/CST116F2021-Proj3/Header.h @@ -0,0 +1,9 @@ +#pragma once +#include <iostream> +#include <iomanip> + +using namespace std; + +//function prototypes +void getNewMatrices(float Matrix1[3][3], float Matrix2[3][3]); +void addMatrices(float Matrix1[3][3], float Matrix2[3][3]);
\ No newline at end of file |