summaryrefslogtreecommitdiff
path: root/include/System/Random.hpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-05-29 08:51:28 +0200
committerAetias <aetias@outlook.com>2025-05-29 08:51:28 +0200
commit2c27f6cb3d98b3a8fe94d631c47767dea4daeda8 (patch)
tree39fd662766c4eae30755694bdd8dc9c376ca3de4 /include/System/Random.hpp
parent0b6e5d042b88229a88e48d954eb0084c6f039369 (diff)
`ActorRefill` OK
Diffstat (limited to 'include/System/Random.hpp')
-rw-r--r--include/System/Random.hpp2
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;