diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-06-29 22:15:14 +0200 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-06-29 22:15:14 +0200 |
| commit | 1c4c64fc08ad0b266345b21dc177b470fdeadb70 (patch) | |
| tree | 74ef1f62f0be9d93b8a475893bc5b85e459d7427 /include/System/Random.hpp | |
| parent | f8e7f9a17dd50694fbf7f318c99116bad76ae7b4 (diff) | |
| parent | 3fe49695b4936ea29526eb8b7d07250a69a06c38 (diff) | |
Merge remote-tracking branch 'upstream/main' into bmg
Diffstat (limited to 'include/System/Random.hpp')
| -rw-r--r-- | include/System/Random.hpp | 2 |
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; |
