implemented 'vff' archives and GAL images.

This commit is contained in:
morkt
2016-06-10 04:39:29 +04:00
parent 9b04f39738
commit cb04b322f2
14 changed files with 989 additions and 0 deletions

View File

@@ -188,6 +188,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter 32-bit hex key.
/// </summary>
public static string GALChoose {
get {
return ResourceManager.GetString("GALChoose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to âge proprietary image format.
/// </summary>