Переименование типов в соответствии со стилем POSIX, отказ от префикса bg_

This commit is contained in:
Andrey Pokidov 2025-01-13 21:31:26 +07:00
parent d2a25823a5
commit 605afabd94
25 changed files with 1109 additions and 1035 deletions

View file

@ -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