import GameRes.Utility namespace.

This commit is contained in:
morkt 2014-08-25 15:12:53 +04:00
parent fa4b8b6bce
commit 870e65cd42
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ using System.Text;
using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using GameRes.Utility;
namespace GameRes.Formats.DRS
{

View File

@ -33,6 +33,7 @@ using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using GameRes.Formats.Strings;
using GameRes.Utility;
namespace GameRes.Formats.Majiro
{