Переименование проектов / Renaming of projects

This commit is contained in:
Andrey Pokidov 2024-11-22 16:47:26 +07:00
parent da61a9bf7c
commit beb237fd4e
44 changed files with 6588 additions and 9 deletions

View 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