Переименование типов в соответствии со стилем POSIX, отказ от префикса bg_
This commit is contained in:
parent
d2a25823a5
commit
605afabd94
25 changed files with 1109 additions and 1035 deletions
|
@ -3,14 +3,14 @@
|
|||
|
||||
#include "geometry_test.h"
|
||||
|
||||
int test_bg_fp32_vector2();
|
||||
int test_fp32_vector2();
|
||||
|
||||
int test_bg_fp32_vector2_square_modulus();
|
||||
int test_fp32_vector2_square_modulus();
|
||||
|
||||
int test_bg_fp32_vector2_modulus();
|
||||
int test_fp32_vector2_modulus();
|
||||
|
||||
int test_bg_fp32_vector2_add();
|
||||
int test_fp32_vector2_add();
|
||||
|
||||
int test_bg_fp32_vector2_subtract();
|
||||
int test_fp32_vector2_subtract();
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue