bgc-c/basic-geometry-test/tests/vector3/vector3_copy.h

10 lines
168 B
C

#ifndef _TEST_VECTOR3_COPY_H_
#define _TEST_VECTOR3_COPY_H_
int test_bgc_vector3_copy_fp32();
int test_bgc_vector3_copy_fp64();
int test_bgc_vector3_copy();
#endif