diff options
| author | Aetias <aetias@outlook.com> | 2025-05-29 08:51:28 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-29 08:51:28 +0200 |
| commit | 2c27f6cb3d98b3a8fe94d631c47767dea4daeda8 (patch) | |
| tree | 39fd662766c4eae30755694bdd8dc9c376ca3de4 /include | |
| parent | 0b6e5d042b88229a88e48d954eb0084c6f039369 (diff) | |
`ActorRefill` OK
Diffstat (limited to 'include')
| -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; |
