summaryrefslogtreecommitdiff
path: root/include/System
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2025-05-29 08:58:56 +0200
committerGitHub <noreply@github.com>2025-05-29 08:58:56 +0200
commita65e5547da4894b8d9aceaee2a81dbebd671ae3e (patch)
tree39fd662766c4eae30755694bdd8dc9c376ca3de4 /include/System
parent59a5cc5da29bd84680ceeaf2c2eeabe9effb6b6d (diff)
parent2c27f6cb3d98b3a8fe94d631c47767dea4daeda8 (diff)
Merge pull request #96 from AetiasHax/delink-ActorRefill
Decomp `ActorRefill`
Diffstat (limited to 'include/System')
-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;