add map metadata dialog, and make it work

This commit is contained in:
Chris Forbes
2010-05-10 20:57:22 +12:00
parent a6fd36bf44
commit de59ce1091
6 changed files with 322 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
using System.Windows.Forms;
namespace OpenRA.Editor
{
public partial class PropertiesDialog : Form
{
public PropertiesDialog()
{
InitializeComponent();
}
}
}