iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
ReaperExt_include_in_plug_hdr.h
Go to the documentation of this file.
1/*
2 ==============================================================================
3
4 This file is part of the iPlug 2 library. Copyright (C) the iPlug 2 developers.
5
6 See LICENSE.txt for more info.
7
8 ==============================================================================
9*/
10
11#pragma once
12
19#include "config.h"
20
21#include "IPlugPlatform.h"
22
23#if !defined NO_IGRAPHICS
25#endif
26
27#ifdef OS_WIN
28#include <windows.h>
29#else
30#include "swell.h"
31#undef FillRect
32#undef DrawText
33#endif
34
35#include "ReaperExtBase.h"
IGraphics header include Include this file in the main header if using IGraphics outside a plugin con...
Include to get consistently named preprocessor macros for different platforms and logging functionali...
Reaper extension base class interface Include this file in the main header for your reaper extension.