From 3fbf3e4af2a36bc694a4c0a07357f65efbea53ac Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Mon, 21 Mar 2022 21:20:23 -0500 Subject: [PATCH] Adjust location of using call in TPL.cs --- TPL.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TPL.cs b/TPL.cs index 099aaf5..5b6d1ea 100644 --- a/TPL.cs +++ b/TPL.cs @@ -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();