diff options
| author | rPatrickWarner <[email protected]> | 2024-04-12 16:13:45 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-04-12 16:13:45 -0700 |
| commit | 02d7a3b8a7d85b57728743a9aafe73ce4b5f7172 (patch) | |
| tree | ae7dece43f1d4d06ce933eec842f8ba593003f81 /CST 126/Homework 1/GuessingHelper.hpp | |
| parent | Currency Complete (diff) | |
| download | homework-1-reecepwarner-02d7a3b8a7d85b57728743a9aafe73ce4b5f7172.tar.xz homework-1-reecepwarner-02d7a3b8a7d85b57728743a9aafe73ce4b5f7172.zip | |
minor changes to currency
Diffstat (limited to 'CST 126/Homework 1/GuessingHelper.hpp')
| -rw-r--r-- | CST 126/Homework 1/GuessingHelper.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CST 126/Homework 1/GuessingHelper.hpp b/CST 126/Homework 1/GuessingHelper.hpp new file mode 100644 index 0000000..408f409 --- /dev/null +++ b/CST 126/Homework 1/GuessingHelper.hpp @@ -0,0 +1,7 @@ +#ifndef GUESSING_HELPER_HPP +#define GUESSING_HELPER_HPP +#include "CurrencyHelper.hpp" + +int RandomNumberGenerator(const int& LowerBound, const int& UpperBound); + +#endif
\ No newline at end of file |