mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Add math.cpp to VS project file
This commit is contained in:
@@ -296,6 +296,7 @@
|
|||||||
<ClCompile Include="..\..\src\common\b64.cpp" />
|
<ClCompile Include="..\..\src\common\b64.cpp" />
|
||||||
<ClCompile Include="..\..\src\common\delay.cpp" />
|
<ClCompile Include="..\..\src\common\delay.cpp" />
|
||||||
<ClCompile Include="..\..\src\common\Exception.cpp" />
|
<ClCompile Include="..\..\src\common\Exception.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\common\math.cpp" />
|
||||||
<ClCompile Include="..\..\src\common\Matrix.cpp" />
|
<ClCompile Include="..\..\src\common\Matrix.cpp" />
|
||||||
<ClCompile Include="..\..\src\common\Memoizer.cpp" />
|
<ClCompile Include="..\..\src\common\Memoizer.cpp" />
|
||||||
<ClCompile Include="..\..\src\common\Module.cpp" />
|
<ClCompile Include="..\..\src\common\Module.cpp" />
|
||||||
|
|||||||
@@ -741,6 +741,9 @@
|
|||||||
<ClCompile Include="..\..\src\common\Module.cpp">
|
<ClCompile Include="..\..\src\common\Module.cpp">
|
||||||
<Filter>common</Filter>
|
<Filter>common</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\common\math.cpp">
|
||||||
|
<Filter>common</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\..\src\scripts\boot.lua">
|
<None Include="..\..\src\scripts\boot.lua">
|
||||||
|
|||||||
Reference in New Issue
Block a user