diff options
Diffstat (limited to 'Project1/header.h')
| -rw-r--r-- | Project1/header.h | 4 |
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 |