diff options
Diffstat (limited to 'src/random.hpp')
| -rw-r--r-- | src/random.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/random.hpp b/src/random.hpp new file mode 100644 index 0000000..897b31f --- /dev/null +++ b/src/random.hpp @@ -0,0 +1,3 @@ +namespace Random { + int get_value(int min, int max); +} |
