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
2
TPL.cs
2
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue