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