From 860e92a2a655445fb64a1a360176f49c95b51f7c Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Wed, 3 Aug 2016 20:25:26 +0100 Subject: [PATCH] Rename IGraphicsDevice.cs to PlatformInterfaces.cs. --- .../Graphics/{IGraphicsDevice.cs => PlatformInterfaces.cs} | 0 OpenRA.Game/OpenRA.Game.csproj | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.Game/Graphics/{IGraphicsDevice.cs => PlatformInterfaces.cs} (100%) diff --git a/OpenRA.Game/Graphics/IGraphicsDevice.cs b/OpenRA.Game/Graphics/PlatformInterfaces.cs similarity index 100% rename from OpenRA.Game/Graphics/IGraphicsDevice.cs rename to OpenRA.Game/Graphics/PlatformInterfaces.cs diff --git a/OpenRA.Game/OpenRA.Game.csproj b/OpenRA.Game/OpenRA.Game.csproj index 7fee351f18..cef048ee0f 100644 --- a/OpenRA.Game/OpenRA.Game.csproj +++ b/OpenRA.Game/OpenRA.Game.csproj @@ -214,7 +214,7 @@ - +