Небольшие изменения в библиотеке геометрии и тестах

This commit is contained in:
Andrey Pokidov 2024-11-21 23:42:19 +07:00
parent 23fcdc2c28
commit da61a9bf7c
5 changed files with 44 additions and 42 deletions

View file

@ -21,7 +21,7 @@
<ClCompile Include="geometry_test.c">
<Filter>Исходные файлы</Filter>
</ClCompile>
<ClCompile Include="sp_vector2_test.c">
<ClCompile Include="fp32_vector2_test.c">
<Filter>Исходные файлы</Filter>
</ClCompile>
</ItemGroup>
@ -29,7 +29,7 @@
<ClInclude Include="geometry_test.h">
<Filter>Исходные файлы</Filter>
</ClInclude>
<ClInclude Include="sp_vector2_test.h">
<ClInclude Include="fp32_vector2_test.h">
<Filter>Исходные файлы</Filter>
</ClInclude>
</ItemGroup>