aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Proj3/Header.h
diff options
context:
space:
mode:
authorJames Lawrance <[email protected]>2021-12-08 14:43:41 -0800
committerJames Lawrance <[email protected]>2021-12-08 14:43:41 -0800
commit747d1f59dea35324711c74b41ae6b54e1dae6a7c (patch)
treeff708f7abac7ebf0c172da5f584518281456460a /CST116F2021-Proj3/Header.h
parentAdd online IDE url (diff)
downloadarchived-cst116-proj3-jemersonlawrance-master.tar.xz
archived-cst116-proj3-jemersonlawrance-master.zip
Project 3 Final 12/8/2021HEADmaster
Diffstat (limited to 'CST116F2021-Proj3/Header.h')
-rw-r--r--CST116F2021-Proj3/Header.h9
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