Rename IGraphicsDevice.cs to PlatformInterfaces.cs.

This commit is contained in:
Paul Chote
2016-08-03 20:25:26 +01:00
parent 5a7a69a875
commit 860e92a2a6
2 changed files with 1 additions and 1 deletions

View File

@@ -214,7 +214,7 @@
<Compile Include="Input\InputHandler.cs" />
<Compile Include="Input\Keycode.cs" />
<Compile Include="Input\Hotkey.cs" />
<Compile Include="Graphics\IGraphicsDevice.cs" />
<Compile Include="Graphics\PlatformInterfaces.cs" />
<Compile Include="Sound\Sound.cs" />
<Compile Include="Sound\SoundDevice.cs" />
<Compile Include="Graphics\SelectionBarsRenderable.cs" />