diff options
Diffstat (limited to 'src/random.hpp')
| -rw-r--r-- | src/random.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/random.hpp b/src/random.hpp index 326cc3e..d159650 100644 --- a/src/random.hpp +++ b/src/random.hpp @@ -1,4 +1,7 @@ -namespace Random { - int get_value(int min, int max); +namespace Ogle +{ + namespace Random { + int get_value(int min, int max); + } } |
