implemented XP3 archive creation.

This commit is contained in:
morkt
2014-07-26 23:13:17 +04:00
parent bedba61ff5
commit b72d9194e8
10 changed files with 495 additions and 21 deletions

View File

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