Files
YarikStudio/Texture2DDecoderWrapper/T2DDll.cs
2022-09-27 17:40:31 +04:00

10 lines
147 B
C#

namespace Texture2DDecoder
{
internal static class T2DDll
{
internal const string DllName = "Texture2DDecoderNative";
}
}