From e880cac7c3807d2d43484e060f7b260ba6a5b71d Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 1 Aug 2014 16:36:10 +0400 Subject: [PATCH] moved to GameRes.Formats.KiriKiri namespace. --- ArcFormats/ImageTLG.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArcFormats/ImageTLG.cs b/ArcFormats/ImageTLG.cs index 199fb6cc..148eb921 100644 --- a/ArcFormats/ImageTLG.cs +++ b/ArcFormats/ImageTLG.cs @@ -15,9 +15,9 @@ using System.Windows.Media; using System.Windows.Media.Imaging; using GameRes.Utility; -namespace GameRes.Formats +namespace GameRes.Formats.KiriKiri { - public class TlgMetaData : ImageMetaData + internal class TlgMetaData : ImageMetaData { public int Version; public int DataOffset;