mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-06-18 14:45:33 -04:00
Adjust location of using call in TPL.cs
This commit is contained in:
parent
4445cb3fe2
commit
3fbf3e4af2
4
TPL.cs
4
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();
|
||||
|
Loading…
Reference in New Issue
Block a user