|
@@ -133,6 +133,9 @@
|
|
|
<Filter Include="modules\love">
|
|
|
<UniqueIdentifier>{5fb201c1-9b39-48ca-8334-6862da260b43}</UniqueIdentifier>
|
|
|
</Filter>
|
|
|
+ <Filter Include="modules\math">
|
|
|
+ <UniqueIdentifier>{5d2c2149-93bf-42a6-b8b5-6ddbac9485a3}</UniqueIdentifier>
|
|
|
+ </Filter>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="..\..\src\common\Matrix.cpp">
|
|
@@ -744,6 +747,12 @@
|
|
|
<ClCompile Include="..\..\src\common\math.cpp">
|
|
|
<Filter>common</Filter>
|
|
|
</ClCompile>
|
|
|
+ <ClCompile Include="..\..\src\modules\math\ModMath.cpp">
|
|
|
+ <Filter>modules\math</Filter>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="..\..\src\modules\math\wrap_Math.cpp">
|
|
|
+ <Filter>modules\math</Filter>
|
|
|
+ </ClCompile>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="..\..\src\scripts\boot.lua">
|
|
@@ -1426,8 +1435,14 @@
|
|
|
<ClInclude Include="..\..\src\modules\love\love.h">
|
|
|
<Filter>modules\love</Filter>
|
|
|
</ClInclude>
|
|
|
+ <ClInclude Include="..\..\src\modules\math\ModMath.h">
|
|
|
+ <Filter>modules\math</Filter>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="..\..\src\modules\math\wrap_Math.h">
|
|
|
+ <Filter>modules\math</Filter>
|
|
|
+ </ClInclude>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ResourceCompile Include="love.rc" />
|
|
|
</ItemGroup>
|
|
|
-</Project>
|
|
|
+</Project>
|