ASPiK SDK
vstgui_uidescription.h
1 // This file is part of VSTGUI. It is subject to the license terms
2 // in the LICENSE file found in the top-level directory of this
3 // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4 
5 #ifndef __vstgui_uidescription__
6 #define __vstgui_uidescription__
7 
8 #include "lib/vstguibase.h"
9 #include "uidescription/uidescription.h"
10 #include "uidescription/uiviewcreator.h"
11 #include "uidescription/uiviewfactory.h"
12 #include "uidescription/uiattributes.h"
13 #include "uidescription/delegationcontroller.h"
14 
15 #endif