2009-12-03 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / src / libmoon.h
blobcafc3e602f34dbc27de832e4378fe3ad3ff1121f
1 /*
2 * libmoon.h: convenience header to pull in everything from libmoon
4 * Copyright 2007 Novell, Inc. (http://www.novell.com)
6 * See the LICENSE file included with the distribution for details.
7 *
8 */
10 #ifndef __LIBMOON_H__
11 #define __LIBMOON_H__
13 #include "animation.h"
14 #include "brush.h"
15 #include "canvas.h"
16 #include "clock.h"
17 #include "collection.h"
18 #include "color.h"
19 #include "control.h"
20 #include "dependencyobject.h"
21 #include "downloader.h"
22 #include "enums.h"
23 #include "error.h"
24 #include "eventargs.h"
25 #include "frameworkelement.h"
26 #include "geometry.h"
27 #include "glyphs.h"
28 #include "list.h"
29 #include "media.h"
30 #include "mediaelement.h"
31 #include "mediaplayer.h"
32 #include "namescope.h"
33 #include "point.h"
34 #include "rect.h"
35 #include "runtime.h"
36 #include "shape.h"
37 #include "stylus.h"
38 #include "textblock.h"
39 #include "timeline.h"
40 #include "timemanager.h"
41 #include "timesource.h"
42 #include "transform.h"
43 #include "type.h"
44 #include "uielement.h"
45 #include "usercontrol.h"
46 #include "value.h"
47 #include "xaml.h"
49 #endif /* __LIBMOON_H__ */