moved stopwatch into Support namespace
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<Compile Include="OrderManager.cs" />
|
||||
<Compile Include="Ore.cs" />
|
||||
<Compile Include="PathSearch.cs" />
|
||||
<Compile Include="Stopwatch.cs" />
|
||||
<Compile Include="Support\Stopwatch.cs" />
|
||||
<Compile Include="Support\PerfHistory.cs" />
|
||||
<Compile Include="Traits\AcceptsOre.cs" />
|
||||
<Compile Include="Traits\Activities\Attack.cs" />
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace OpenRa.Game
|
||||
namespace OpenRa.Game.Support
|
||||
{
|
||||
class Stopwatch
|
||||
{
|
||||
Reference in New Issue
Block a user