iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
IPlugSWELL.h
1
2/*
3 ==============================================================================
4
5 This file is part of the iPlug 2 library. Copyright (C) the iPlug 2 developers.
6
7 See LICENSE.txt for more info.
8
9 ==============================================================================
10 */
11
12#include "swell.h"
13
14#ifdef LineTo
15#undef LineTo
16#endif
17#ifdef SetPixel
18#undef SetPixel
19#endif
20#ifdef FillRect
21#undef FillRect
22#endif
23#ifdef DrawText
24#undef DrawText
25#endif
26#ifdef Polygon
27#undef Polygon
28#endif
29#ifdef SetCursorPos
30#undef SetCursorPos
31#endif