Extract SDL2HardwareCursor to its own file.

This commit is contained in:
Paul Chote
2018-06-05 20:02:49 +01:00
parent 0fc466daee
commit 72c0e344ad
3 changed files with 86 additions and 67 deletions

View File

@@ -58,6 +58,7 @@
<Compile Include="VertexBuffer.cs" />
<Compile Include="OpenAlSoundEngine.cs" />
<Compile Include="OpenGL.cs" />
<Compile Include="Sdl2HardwareCursor.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>