new map dialog; not quite wired yet

This commit is contained in:
Chris Forbes
2010-05-10 20:23:11 +12:00
parent c14a2eab88
commit 5c7a545855
8 changed files with 497 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace OpenRA.Editor
{
public partial class NewMapDialog : Form
{
public NewMapDialog()
{
InitializeComponent();
}
}
}