diff options
Diffstat (limited to 'Client/ThirdParty/math-sll/math-sll.h')
-rw-r--r-- | Client/ThirdParty/math-sll/math-sll.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/ThirdParty/math-sll/math-sll.h b/Client/ThirdParty/math-sll/math-sll.h index b10dbe7..f972de5 100644 --- a/Client/ThirdParty/math-sll/math-sll.h +++ b/Client/ThirdParty/math-sll/math-sll.h @@ -1,6 +1,8 @@ #if !defined(MATH_SLL_H) # define MATH_SLL_H +namespace MathSLL { + /* * Revision v1.24 * @@ -767,4 +769,8 @@ typedef struct Vector4 sll w; }Vector4; + + +} + #endif |