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/tests/tests_basic.h |
+init
Diffstat (limited to 'Client/ThirdParty/libfixmath/tests/tests_basic.h')
-rw-r--r-- | Client/ThirdParty/libfixmath/tests/tests_basic.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Client/ThirdParty/libfixmath/tests/tests_basic.h b/Client/ThirdParty/libfixmath/tests/tests_basic.h new file mode 100644 index 0000000..a51f283 --- /dev/null +++ b/Client/ThirdParty/libfixmath/tests/tests_basic.h @@ -0,0 +1,10 @@ +#ifndef TESTS_BASIC_H +#define TESTS_BASIC_H + +int test_abs(void); +int test_add(void); +int test_mul(void); +int test_div(void); +int test_sub(); + +#endif // TESTS_BASIC_H |