summaryrefslogtreecommitdiff
path: root/include/System/Random.hpp
diff options
context:
space:
mode:
authorYanis002 <35189056+Yanis002@users.noreply.github.com>2025-06-29 21:57:44 +0200
committerYanis002 <35189056+Yanis002@users.noreply.github.com>2025-06-29 21:57:44 +0200
commitf7c54542b9c2b3231c10992c80f775d4ccb1706b (patch)
tree44545be8b43231411c967efd2289b4dd97e9e0dd /include/System/Random.hpp
parent7d783ffb12a59965f7a288ac9e5bfc4caccf3d1a (diff)
parent3fe49695b4936ea29526eb8b7d07250a69a06c38 (diff)
Merge remote-tracking branch 'upstream/main' into hammer
Diffstat (limited to 'include/System/Random.hpp')
-rw-r--r--include/System/Random.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/System/Random.hpp b/include/System/Random.hpp
index 4506466d..cc1f2a12 100644
--- a/include/System/Random.hpp
+++ b/include/System/Random.hpp
@@ -19,4 +19,4 @@ struct Random {
}
};
-extern Random *gRandom;
+extern Random gRandom;