Move RenderTargetWrapper to BizwareGL

This commit is contained in:
YoshiRulz 2021-06-15 09:51:45 +10:00
parent bf4bac93b9
commit 673982003a
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
using System;
using System.Drawing;
using BizHawk.Bizware.BizwareGL;
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Bizware.BizwareGL
{
public class RenderTargetWrapper
{