Pull out game loop initialization from OpenRA.Program into OpenRA.Game and exception handling into its own class under OpenRA.Game/Support

This commit is contained in:
Pavel Penev
2017-11-27 18:17:54 +02:00
committed by reaperrr
parent f249554b4f
commit bd67bd24c0
4 changed files with 107 additions and 99 deletions

View File

@@ -176,6 +176,7 @@
<Compile Include="Server\ServerOrder.cs" />
<Compile Include="Server\TraitInterfaces.cs" />
<Compile Include="Support\Arguments.cs" />
<Compile Include="Support\ExceptionHandler.cs" />
<Compile Include="Support\LaunchArguments.cs" />
<Compile Include="Support\PerfHistory.cs" />
<Compile Include="Support\Program.cs" />