8 lines
144 B
C
8 lines
144 B
C
#ifndef __GEOMETRY_VECTOR2_FLOAT_TEST_H__
|
|
#define __GEOMETRY_VECTOR2_FLOAT_TEST_H__
|
|
|
|
#include "geometry_test.h"
|
|
|
|
int test_sp_vector2();
|
|
|
|
#endif
|