8 lines
138 B
C
8 lines
138 B
C
#ifndef _TEST_VECTOR3_SWAP_H_
|
|
#define _TEST_VECTOR3_SWAP_H_
|
|
|
|
int test_bgc_vector3_swap_fp32();
|
|
|
|
int test_bgc_vector3_swap_fp64();
|
|
|
|
#endif
|