diff options
Diffstat (limited to 'src/random.cpp')
| -rw-r--r-- | src/random.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/random.cpp b/src/random.cpp index ec49e36..8ff600f 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -1,5 +1,10 @@ + +// project headers #include "random.hpp" + +// std libs #include <cstdlib> + namespace Random { int get_value(int min, int max) |
