Add a Multiplayer menu

This commit is contained in:
Paul Chote
2011-05-05 21:54:29 +12:00
parent 3e6d1fc1e2
commit 7dd6857ae7
3 changed files with 113 additions and 3 deletions

View File

@@ -70,6 +70,7 @@
<Compile Include="CncWaterPaletteRotation.cs" />
<Compile Include="AttackPopupTurreted.cs" />
<Compile Include="SpawnViceroid.cs" />
<Compile Include="Widgets\CncMenuLogic.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">
@@ -103,5 +104,6 @@ cd "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Folder Include="Activities\" />
<Folder Include="Widgets\" />
</ItemGroup>
</Project>