Moved the graph widget into OpenRA.Game - it doesn't really have any dependencies on the RA mod

This commit is contained in:
Scott_NZ
2012-11-27 20:16:00 +13:00
parent d5b37d4343
commit a78f8865b8
5 changed files with 34 additions and 21 deletions

View File

@@ -192,6 +192,7 @@
<Compile Include="Widgets\ChromeMetrics.cs" />
<Compile Include="Widgets\ColorBlockWidget.cs" />
<Compile Include="Widgets\DropDownButtonWidget.cs" />
<Compile Include="Widgets\GraphWidget.cs" />
<Compile Include="Widgets\GridLayout.cs" />
<Compile Include="Widgets\ImageWidget.cs" />
<Compile Include="Widgets\LabelWidget.cs" />