diff options
author | chai <chaifix@163.com> | 2021-11-30 22:25:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-30 22:25:37 +0800 |
commit | 9e0e01b7f4375063f06e494113187d48614628e0 (patch) | |
tree | 21a4901612ad92c121f4c887a33b1bbbe87c6b00 /Client/ThirdParty/libfixmath/README.md |
+init
Diffstat (limited to 'Client/ThirdParty/libfixmath/README.md')
-rw-r--r-- | Client/ThirdParty/libfixmath/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Client/ThirdParty/libfixmath/README.md b/Client/ThirdParty/libfixmath/README.md new file mode 100644 index 0000000..536ffa7 --- /dev/null +++ b/Client/ThirdParty/libfixmath/README.md @@ -0,0 +1,9 @@ +# libfixmath + +This is a mirror of the libfixmath's original SVN repository on Google Code. + +**Not actively maintained, pull requests welcome.** + +Libfixmath implements Q16.16 format fixed point operations in C. + +License: <a href="http://www.opensource.org/licenses/mit-license.php">MIT</a> |