Реорганизация проекта: перенос определения всех типов в один файл, перегруппировка функций в файлах
This commit is contained in:
parent
c7d9263154
commit
053af33444
45 changed files with 1001 additions and 980 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<ClInclude Include="matrix2x3.h" />
|
||||
<ClInclude Include="matrix3x2.h" />
|
||||
<ClInclude Include="matrix3x3.h" />
|
||||
<ClInclude Include="matrices.h" />
|
||||
<ClInclude Include="types.h" />
|
||||
<ClInclude Include="position2.h" />
|
||||
<ClInclude Include="position3.h" />
|
||||
<ClInclude Include="quaternion.h" />
|
||||
|
|
@ -63,7 +63,6 @@
|
|||
<ClCompile Include="matrix2x3.c" />
|
||||
<ClCompile Include="matrix3x2.c" />
|
||||
<ClCompile Include="matrix3x3.c" />
|
||||
<ClCompile Include="matrices.c" />
|
||||
<ClCompile Include="quaternion.c" />
|
||||
<ClCompile Include="slerp.c" />
|
||||
<ClCompile Include="vector2.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue