10 lines
159 B
C
10 lines
159 B
C
#ifndef _TEST_VECTOR3_SWAP_H_
|
|
#define _TEST_VECTOR3_SWAP_H_
|
|
|
|
void test_vector3_swap_fp32();
|
|
|
|
void test_vector3_swap_fp64();
|
|
|
|
void test_vector3_swap();
|
|
|
|
#endif
|