mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-10 15:17:32 +00:00
Readd missing drawing namespace.
This commit is contained in:
parent
3dc6ad223f
commit
6eecf54c57
|
@ -1,6 +1,10 @@
|
||||||
#if ANDROID || IPHONE || MINIMAL
|
#if ANDROID || IPHONE || MINIMAL
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
#if !MINIMAL
|
||||||
|
using System.Drawing;
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace OpenTK
|
namespace OpenTK
|
||||||
{
|
{
|
||||||
// Override a number of System.* classes when compiling for
|
// Override a number of System.* classes when compiling for
|
||||||
|
|
Loading…
Reference in a new issue