summaryrefslogtreecommitdiff
path: root/include/System/Random.hpp
diff options
context:
space:
mode:
authorYanis002 <35189056+Yanis002@users.noreply.github.com>2025-06-29 22:15:14 +0200
committerYanis002 <35189056+Yanis002@users.noreply.github.com>2025-06-29 22:15:14 +0200
commit1c4c64fc08ad0b266345b21dc177b470fdeadb70 (patch)
tree74ef1f62f0be9d93b8a475893bc5b85e459d7427 /include/System/Random.hpp
parentf8e7f9a17dd50694fbf7f318c99116bad76ae7b4 (diff)
parent3fe49695b4936ea29526eb8b7d07250a69a06c38 (diff)
Merge remote-tracking branch 'upstream/main' into bmg
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;