diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-06-29 21:57:44 +0200 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-06-29 21:57:44 +0200 |
| commit | f7c54542b9c2b3231c10992c80f775d4ccb1706b (patch) | |
| tree | 44545be8b43231411c967efd2289b4dd97e9e0dd /include/System/Random.hpp | |
| parent | 7d783ffb12a59965f7a288ac9e5bfc4caccf3d1a (diff) | |
| parent | 3fe49695b4936ea29526eb8b7d07250a69a06c38 (diff) | |
Merge remote-tracking branch 'upstream/main' into hammer
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; |
