Fix precompiled headers

Added edge detection (if it works :/)
This commit is contained in:
Bram Verhulst
2024-04-06 01:23:24 +02:00
parent 71d364d9d8
commit 9def986c83
25 changed files with 932 additions and 593 deletions

View File

@@ -34,6 +34,7 @@
<ClCompile Include="SoundStream.cpp" />
<ClCompile Include="structs.cpp" />
<ClCompile Include="SVGParser.cpp" />
<ClCompile Include="Text.cpp" />
<ClCompile Include="Texture.cpp" />
<ClCompile Include="utils.cpp" />
<ClCompile Include="Vector2f.cpp" />
@@ -58,6 +59,7 @@
<ClInclude Include="SoundStream.h" />
<ClInclude Include="structs.h" />
<ClInclude Include="SVGParser.h" />
<ClInclude Include="Text.h" />
<ClInclude Include="Texture.h" />
<ClInclude Include="Transform.h" />
<ClInclude Include="utils.h" />