diff options
author | chai <chaifix@163.com> | 2021-12-03 11:38:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-03 11:38:15 +0800 |
commit | e9ff46e5c8cc1646eb780e64d01be7b3430a628c (patch) | |
tree | dc77c642cc231d7d4e1432b6f4217e22ee509ef5 /Client/ThirdParty/math-sll/math-sll.h | |
parent | b62f87c9496cb38f9c49139386edf85d4fa14390 (diff) |
+PND_LIB
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 |