mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 15:38:51 -06:00
Adjust location of using call in TPL.cs
This commit is contained in:
parent
4445cb3fe2
commit
3fbf3e4af2
1 changed files with 2 additions and 2 deletions
4
TPL.cs
4
TPL.cs
|
@ -20,9 +20,9 @@
|
||||||
//Zetsubou by SquidMan was also a reference.
|
//Zetsubou by SquidMan was also a reference.
|
||||||
//Thanks to the authors!
|
//Thanks to the authors!
|
||||||
|
|
||||||
|
using SkiaSharp;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using SkiaSharp;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ namespace libWiiSharp
|
||||||
RGB5A3 = 2,
|
RGB5A3 = 2,
|
||||||
None = 255, // 0x000000FF
|
None = 255, // 0x000000FF
|
||||||
}
|
}
|
||||||
|
|
||||||
public class TPL : IDisposable
|
public class TPL : IDisposable
|
||||||
{
|
{
|
||||||
private TPL_Header tplHeader = new TPL_Header();
|
private TPL_Header tplHeader = new TPL_Header();
|
||||||
|
|
Loading…
Reference in a new issue