iPlug2 - C++ Audio Plug-in Framework
Home
Groups
Classes
Files
File List
IGraphics
Extras
IGraphicsImGui_src.mm
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
#if !__has_feature(objc_arc)
12
#error This file must be compiled with Arc. Use -fobjc-arc flag
13
#endif
14
19
#if defined IGRAPHICS_IMGUI
20
#include "imgui_impl_metal.mm"
21
#include "IGraphicsImGui.cpp"
22
#endif
Generated by
1.8.11