Crazy Eddies GUI System  0.7.7
CEGUI.h
1 /***********************************************************************
2  filename: CEGUI.h
3  created: 21/2/2004
4  author: Paul D Turner
5 
6  purpose: Main system include for client code
7 *************************************************************************/
8 /***************************************************************************
9  * Copyright (C) 2004 - 2006 Paul D Turner & The CEGUI Development Team
10  *
11  * Permission is hereby granted, free of charge, to any person obtaining
12  * a copy of this software and associated documentation files (the
13  * "Software"), to deal in the Software without restriction, including
14  * without limitation the rights to use, copy, modify, merge, publish,
15  * distribute, sublicense, and/or sell copies of the Software, and to
16  * permit persons to whom the Software is furnished to do so, subject to
17  * the following conditions:
18  *
19  * The above copyright notice and this permission notice shall be
20  * included in all copies or substantial portions of the Software.
21  *
22  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25  * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
26  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
27  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
28  * OTHER DEALINGS IN THE SOFTWARE.
29  ***************************************************************************/
30 #ifndef _CEGUI_h_
31 #define _CEGUI_h_
32 
33 // base stuff
34 #include "CEGUIAffector.h"
35 #include "CEGUIAnimation.h"
36 #include "CEGUIAnimationInstance.h"
37 #include "CEGUIAnimationManager.h"
38 #include "CEGUIBasicInterpolators.h"
39 #include "CEGUIBasicRenderedStringParser.h"
40 #include "CEGUIBiDiVisualMapping.h"
41 #include "CEGUICentredRenderedString.h"
42 #include "CEGUIcolour.h"
43 #include "CEGUIColourRect.h"
44 #include "CEGUICoordConverter.h"
45 #include "CEGUIDataContainer.h"
46 #include "CEGUIDefaultLogger.h"
47 #include "CEGUIDefaultRenderedStringParser.h"
48 #include "CEGUIDefaultResourceProvider.h"
49 #include "CEGUIDynamicModule.h"
50 #include "CEGUIExceptions.h"
51 #include "CEGUIFactoryModule.h"
52 #include "CEGUIFontManager.h"
53 #include "CEGUIGeometryBuffer.h"
54 #include "CEGUIGlobalEventSet.h"
55 #include "CEGUIImageCodec.h"
56 #include "CEGUIImagesetManager.h"
57 #include "CEGUIInputEvent.h"
58 #include "CEGUIInterpolator.h"
59 #include "CEGUIJustifiedRenderedString.h"
60 #include "CEGUIKeyFrame.h"
61 #include "CEGUILeftAlignedRenderedString.h"
62 #include "CEGUIMouseCursor.h"
63 #include "CEGUIPropertyHelper.h"
64 #include "CEGUIPropertySet.h"
65 #include "CEGUIRect.h"
66 #include "CEGUIRegexMatcher.h"
67 #include "CEGUIRenderedString.h"
68 #include "CEGUIRenderedStringImageComponent.h"
69 #include "CEGUIRenderedStringParser.h"
70 #include "CEGUIRenderedStringTextComponent.h"
71 #include "CEGUIRenderedStringWidgetComponent.h"
72 #include "CEGUIRenderedStringWordWrapper.h"
73 #include "CEGUIRenderEffect.h"
74 #include "CEGUIRenderEffectManager.h"
75 #include "CEGUIRenderer.h"
76 #include "CEGUIRenderingContext.h"
77 #include "CEGUIRenderingRoot.h"
78 #include "CEGUIRenderingSurface.h"
79 #include "CEGUIRenderingWindow.h"
80 #include "CEGUIRenderQueue.h"
81 #include "CEGUIRenderTarget.h"
82 #include "CEGUIRightAlignedRenderedString.h"
83 #include "CEGUISchemeManager.h"
84 #include "CEGUIScriptModule.h"
85 #include "CEGUISize.h"
86 #include "CEGUISystem.h"
87 #include "CEGUITexture.h"
88 #include "CEGUITextureTarget.h"
89 #include "CEGUITextUtils.h"
90 #include "CEGUITplWindowFactory.h"
91 #include "CEGUITplWindowRendererFactory.h"
92 #include "CEGUITplWRFactoryRegisterer.h"
93 #include "CEGUIVector.h"
94 #include "CEGUIVersion.h"
95 #include "CEGUIVertex.h"
96 #include "CEGUIWidgetModule.h"
97 #include "CEGUIWindowFactory.h"
98 #include "CEGUIWindowFactoryManager.h"
99 #include "CEGUIWindow.h"
100 #include "CEGUIWindowManager.h"
101 #include "CEGUIWindowRendererManager.h"
102 #include "CEGUIWindowRendererModule.h"
103 #include "CEGUIWRFactoryRegisterer.h"
104 #include "CEGUIXMLAttributes.h"
105 #include "CEGUIXMLHandler.h"
106 #include "CEGUIXMLParser.h"
107 #include "CEGUIXMLSerializer.h"
108 
109 // Falagard core system include
110 #include "falagard/CEGUIFalWidgetLookManager.h"
111 
112 // gui elements
113 #include "elements/CEGUIAll.h"
114 
115 #endif // end of guard _CEGUI_h_
116