diff options
| author | realtradam <[email protected]> | 2022-11-26 16:46:01 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-26 16:46:01 -0500 |
| commit | 368269070f851ff78a1bce35c1d993d5f02cc5f9 (patch) | |
| tree | 83292448b320f561148f16efdbb456c85ab00f87 /src/random.hpp | |
| parent | 68486053b032fd3313c887ea7d73064e59dce570 (diff) | |
| download | Ogle-368269070f851ff78a1bce35c1d993d5f02cc5f9.tar.gz Ogle-368269070f851ff78a1bce35c1d993d5f02cc5f9.zip | |
namespace it all
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); + } } |
