implemented non-encrypted INT archives creation.

This commit is contained in:
morkt
2014-08-15 21:41:45 +04:00
parent cfd71f5519
commit 8fc34f9161
7 changed files with 129 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
using System.Windows.Controls;
namespace GameRes.Formats.GUI
{
/// <summary>
/// Interaction logic for CreateINTWidget.xaml
/// </summary>
public partial class CreateINTWidget : Grid
{
public CreateINTWidget ()
{
InitializeComponent ();
}
}
}