Move DisplaySurface to Client.Common

This commit is contained in:
YoshiRulz 2021-05-28 16:26:36 +10:00 committed by James Groom
parent 90c665f07c
commit 332542c38b
1 changed files with 1 additions and 2 deletions

View File

@ -2,10 +2,9 @@ using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using BizHawk.Client.Common;
using BizHawk.Common;
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Client.Common
{
/// <summary>
/// This is a wrapper for a Bitmap, basically, which can also be a int[].