Добавлено несколько модульных тестов для Vector2, Vector3, Versor

This commit is contained in:
Andrey Pokidov 2025-02-09 03:18:08 +07:00
parent ab4a589e21
commit 86426c9bd5
30 changed files with 1148 additions and 3 deletions

View file

@ -0,0 +1,8 @@
#ifndef _TEST_VECTOR2_SWAP_H_
#define _TEST_VECTOR2_SWAP_H_
int test_bgc_vector2_swap_fp32();
int test_bgc_vector2_swap_fp64();
#endif