This commit is contained in:
Chris Forbes
2010-02-27 20:17:27 +13:00
parent ed55078e83
commit 11b926a422
290 changed files with 591 additions and 591 deletions

View File

@@ -22,10 +22,10 @@ using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRa.FileFormats;
using OpenRa.Graphics;
using OpenRA.FileFormats;
using OpenRA.Graphics;
namespace OpenRa.Support
namespace OpenRA.Support
{
static class PerfHistory
{

View File

@@ -21,7 +21,7 @@
using System;
using System.Diagnostics;
namespace OpenRa
namespace OpenRA
{
static class Program
{

View File

@@ -21,7 +21,7 @@
using System.Collections.Generic;
using System.Text.RegularExpressions;
namespace OpenRa
namespace OpenRA
{
public class Settings
{