ASPiK SDK
uidescriptionfwd.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 __uidescriptionfwd__
6 #define __uidescriptionfwd__
7 
8 namespace VSTGUI {
9 
10 class UIAttributes;
11 class IController;
12 class IUIDescription;
13 class UIDescription;
14 class UIDescriptionListener;
15 class UIDescriptionListenerAdapter;
16 class IViewFactory;
17 class InputStream;
18 class OutputStream;
19 class IBitmapCreator;
20 
21 } // namespace
22 
23 #endif // __uidescriptionfwd__
Definition: customcontrols.cpp:8