Files @ f0b772dcf1ba
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs

Malkyne
Added tag VERSION_T7_RC1 for changeset 58b2186f7ffc
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}