mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-20 15:07:58 +00:00
System.Drawing is required for Point, Size and Rectangle types.
This commit is contained in:
parent
1130d988b0
commit
d27904292d
|
@ -28,9 +28,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
#if !MINIMAL
|
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
#endif
|
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using OpenTK.Platform;
|
using OpenTK.Platform;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue