#ifndef __GEOMETRY_VECTOR2_FLOAT_TEST_H__ #define __GEOMETRY_VECTOR2_FLOAT_TEST_H__ #include "geometry_test.h" int test_fp32_vector2(); int test_vector2_fp32_square_modulus(); int test_vector2_fp32_modulus(); int test_vector2_add_fp32(); int test_vector2_subtract_fp32(); #endif