Переименование проектов / Renaming of projects
This commit is contained in:
parent
da61a9bf7c
commit
beb237fd4e
44 changed files with 6588 additions and 9 deletions
16
basic-geometry-test/fp32_vector2_test.h
Normal file
16
basic-geometry-test/fp32_vector2_test.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef __GEOMETRY_VECTOR2_FLOAT_TEST_H__
|
||||
#define __GEOMETRY_VECTOR2_FLOAT_TEST_H__
|
||||
|
||||
#include "geometry_test.h"
|
||||
|
||||
int test_bg_fp32_vector2();
|
||||
|
||||
int test_bg_fp32_vector2_square_module();
|
||||
|
||||
int test_bg_fp32_vector2_module();
|
||||
|
||||
int test_bg_fp32_vector2_add();
|
||||
|
||||
int test_bg_fp32_vector2_subtract();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue