diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-05-12 09:57:37 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-05-12 09:57:37 +0200 |
| commit | 4e4f9e871236067f0cda4b67a732d3b3bbf08884 (patch) | |
| tree | 3075fccf13c15bb71b022038d293e15b8020a580 /SDK/Library/CoreSystem/Headers/Math.h | |
| parent | bc57a29a24b98b00ba17710ba84ec2188ab73504 (diff) | |
MHR-23: Update CoreSystem prefix from CA_ to CS_.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'SDK/Library/CoreSystem/Headers/Math.h')
| -rw-r--r-- | SDK/Library/CoreSystem/Headers/Math.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/SDK/Library/CoreSystem/Headers/Math.h b/SDK/Library/CoreSystem/Headers/Math.h index 87c792eb..d47dff6f 100644 --- a/SDK/Library/CoreSystem/Headers/Math.h +++ b/SDK/Library/CoreSystem/Headers/Math.h @@ -14,14 +14,14 @@ /// @brief Number generator helper. /// @return Random generated number. -CA_EXTERN_C SizeType MathRand(VoidType); +CS_EXTERN_C SizeType MathRand(VoidType); /////////////////////////////////////////////////////////////////////// /// Mathematical functions /// /////////////////////////////////////////////////////////////////////// -CA_EXTERN_C FloatType Sqrt(FloatType number); +CS_EXTERN_C FloatType Sqrt(FloatType number); -CA_EXTERN_C FloatType Cosine(FloatType number); -CA_EXTERN_C FloatType Sine(FloatType number); -CA_EXTERN_C FloatType Tangent(FloatType number);
\ No newline at end of file +CS_EXTERN_C FloatType Cosine(FloatType number); +CS_EXTERN_C FloatType Sine(FloatType number); +CS_EXTERN_C FloatType Tangent(FloatType number);
\ No newline at end of file |
