mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-08 02:02:16 +00:00
Minor code cleanup
This commit is contained in:
parent
613ca93d89
commit
4ced172bdc
|
@ -28,13 +28,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
using OpenTK.Graphics;
|
||||
using OpenTK.Input;
|
||||
|
||||
namespace OpenTK.Platform.Windows
|
||||
{
|
||||
using Graphics;
|
||||
using OpenTK.Input;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
class WinFactory : IPlatformFactory
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue