diff options
Diffstat (limited to 'SDK/Library/CoreSystem/Sources/Math.c')
| -rw-r--r-- | SDK/Library/CoreSystem/Sources/Math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SDK/Library/CoreSystem/Sources/Math.c b/SDK/Library/CoreSystem/Sources/Math.c index b41f8a54..2a17b3dc 100644 --- a/SDK/Library/CoreSystem/Sources/Math.c +++ b/SDK/Library/CoreSystem/Sources/Math.c @@ -8,7 +8,7 @@ /// @brief Number generator helper. /// @return Random generated number. -CA_EXTERN_C SizeType MathRand(VoidType) +CS_EXTERN_C SizeType MathRand(VoidType) { return kSharedApplication->Invoke(kSharedApplication, kCallRandomNumberGenerator); }
\ No newline at end of file |
