summaryrefslogtreecommitdiffhomepage
path: root/src/random.hpp
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-11-26 16:46:01 -0500
committerrealtradam <[email protected]>2022-11-26 16:46:01 -0500
commit368269070f851ff78a1bce35c1d993d5f02cc5f9 (patch)
tree83292448b320f561148f16efdbb456c85ab00f87 /src/random.hpp
parent68486053b032fd3313c887ea7d73064e59dce570 (diff)
downloadOgle-368269070f851ff78a1bce35c1d993d5f02cc5f9.tar.gz
Ogle-368269070f851ff78a1bce35c1d993d5f02cc5f9.zip
namespace it all
Diffstat (limited to 'src/random.hpp')
-rw-r--r--src/random.hpp7
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);
+ }
}