16 lines
194 B
C
16 lines
194 B
C
#include "sp_vector2_test.h"
|
|
|
|
int _test_sp_vector2_adding()
|
|
{
|
|
return TEST_RESULT_SUCCES;
|
|
}
|
|
|
|
|
|
int test_sp_vector2()
|
|
{
|
|
print_test_section("SPVector2");
|
|
|
|
|
|
|
|
return TEST_RESULT_SUCCES;
|
|
}
|