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,6 @@
<Grid x:Class="GameRes.Formats.GUI.CreateINTWidget"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:GameRes.Formats.Strings">
<TextBlock Text="{x:Static s:arcStrings.INTCreationNotice}" Margin="5"/>
</Grid>