10 lines
168 B
C
10 lines
168 B
C
#ifndef _TEST_VECTOR2_SWAP_H_
|
|
#define _TEST_VECTOR2_SWAP_H_
|
|
|
|
int test_bgc_vector2_swap_fp32();
|
|
|
|
int test_bgc_vector2_swap_fp64();
|
|
|
|
int test_bgc_vector2_swap();
|
|
|
|
#endif
|