10 lines
174 B
C
10 lines
174 B
C
#ifndef _TEST_VECTOR3_IS_ZERO_H_
|
|
#define _TEST_VECTOR3_IS_ZERO_H_
|
|
|
|
void test_vector3_is_zero_fp32();
|
|
|
|
void test_vector3_is_zero_fp64();
|
|
|
|
void test_vector3_is_zero();
|
|
|
|
#endif
|