Minor code cleanup

This commit is contained in:
Stefanos A. 2013-12-17 23:31:04 +01:00
parent 44b8a9dbdc
commit fb93f2af93

View file

@ -28,13 +28,14 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text; using System.Text;
using OpenTK.Graphics;
using OpenTK.Input;
namespace OpenTK.Platform.Windows namespace OpenTK.Platform.Windows
{ {
using Graphics;
using OpenTK.Input;
using System.Runtime.InteropServices;
class WinFactory : IPlatformFactory class WinFactory : IPlatformFactory
{ {