Move Renderable into its own file.

This commit is contained in:
Paul Chote
2013-05-12 20:10:02 +12:00
parent 8b4814e399
commit 7719ad1f2d
4 changed files with 55 additions and 40 deletions

View File

@@ -224,6 +224,7 @@
<Compile Include="Traits\DebugPauseState.cs" />
<Compile Include="Network\UPnP.cs" />
<Compile Include="Widgets\ClientTooltipRegionWidget.cs" />
<Compile Include="Graphics\Renderable.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">