iPlug2 - C++ Audio Plug-in Framework
IPlugAUv3Appex.m
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 #import <AUv3Framework/AUv3Framework.h>
12 
13 void Dummy(void)
14 {
15  //Dummy code to force compile
16 }