diff options
| author | SammygoodTunes <56520787+SammygoodTunes@users.noreply.github.com> | 2025-06-03 23:52:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-03 23:52:44 +0200 |
| commit | 920023d800e853925eca42f0dc00510d01bc84bc (patch) | |
| tree | 31f224a3add3df006f9a22ce1bd6bce17c2fa8f9 /include/System | |
| parent | 088f7b4771ff002831323a3176d12813520c4269 (diff) | |
| parent | 21aaec6b40f8cb756e5ef4fff5552b980ab58d4e (diff) | |
Merge branch 'main' into decomp/MapManager
Diffstat (limited to 'include/System')
| -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; |
