diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-05-29 08:58:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 08:58:56 +0200 |
| commit | a65e5547da4894b8d9aceaee2a81dbebd671ae3e (patch) | |
| tree | 39fd662766c4eae30755694bdd8dc9c376ca3de4 /include/System | |
| parent | 59a5cc5da29bd84680ceeaf2c2eeabe9effb6b6d (diff) | |
| parent | 2c27f6cb3d98b3a8fe94d631c47767dea4daeda8 (diff) | |
Merge pull request #96 from AetiasHax/delink-ActorRefill
Decomp `ActorRefill`
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; |
