aboutsummaryrefslogtreecommitdiff
path: root/Project1/header.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-09 16:04:40 -0800
committerConnor McDowell <[email protected]>2024-02-09 16:04:40 -0800
commit3cb4e3b20025fe6fad1bdb05030fbc51941dbbcf (patch)
tree2dfbb6f40572dc56a4c9d29745b4f58cc8caa9a7 /Project1/header.h
parentre-organized existing functions and structs (diff)
downloadhomework-4-connormcdowell275-3cb4e3b20025fe6fad1bdb05030fbc51941dbbcf.tar.xz
homework-4-connormcdowell275-3cb4e3b20025fe6fad1bdb05030fbc51941dbbcf.zip
working on loops
Diffstat (limited to 'Project1/header.h')
-rw-r--r--Project1/header.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Project1/header.h b/Project1/header.h
index 0530417..60d3344 100644
--- a/Project1/header.h
+++ b/Project1/header.h
@@ -7,12 +7,14 @@ struct userDoB {
int year;
};
-
int print100();
void printUser(userDoB newUser);
userDoB inputPersonal();
+// warframe reference.
+int Fishonacci();
+
#endif HEADER \ No newline at end of file