Adjust location of using call in TPL.cs

This commit is contained in:
Michael 2022-03-21 21:20:23 -05:00
parent 4445cb3fe2
commit 3fbf3e4af2
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75

4
TPL.cs
View file

@ -20,9 +20,9 @@
//Zetsubou by SquidMan was also a reference.
//Thanks to the authors!
using SkiaSharp;
using System;
using System.Collections.Generic;
using SkiaSharp;
using System.IO;
using System.Runtime.InteropServices;
@ -51,7 +51,7 @@ namespace libWiiSharp
RGB5A3 = 2,
None = 255, // 0x000000FF
}
public class TPL : IDisposable
{
private TPL_Header tplHeader = new TPL_Header();