16 lines
301 B
C
16 lines
301 B
C
#ifndef __GEOMETRY_VECTOR2_FLOAT_TEST_H__
|
|
#define __GEOMETRY_VECTOR2_FLOAT_TEST_H__
|
|
|
|
#include "geometry_test.h"
|
|
|
|
int test_bg_fp32_vector2();
|
|
|
|
int test_bg_fp32_vector2_square_modulus();
|
|
|
|
int test_bg_fp32_vector2_modulus();
|
|
|
|
int test_bg_fp32_vector2_add();
|
|
|
|
int test_bg_fp32_vector2_subtract();
|
|
|
|
#endif
|