Упорядочивание проекта

This commit is contained in:
Andrey Pokidov 2025-11-26 22:43:29 +07:00
parent 0dcd9c0d4d
commit 89dfd7644b
32 changed files with 1730 additions and 1719 deletions

View file

@ -1,6 +1,6 @@
#include "utilities.h"
extern inline int bgc_is_correct_direction(const int direction);
extern inline int bgc_is_correct_axis(const int axis);
extern inline int bgc_is_zero_fp32(const float square_value);
extern inline int bgc_is_zero_fp64(const double square_value);