diff options
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 |