Crazy Eddies GUI System
0.7.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
cegui
include
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 "CEGUIBasicRenderedStringParser.h"
35
#include "CEGUIBiDiVisualMapping.h"
36
#include "CEGUICentredRenderedString.h"
37
#include "CEGUIcolour.h"
38
#include "CEGUIColourRect.h"
39
#include "CEGUICoordConverter.h"
40
#include "CEGUIDataContainer.h"
41
#include "CEGUIDefaultLogger.h"
42
#include "CEGUIDefaultRenderedStringParser.h"
43
#include "CEGUIDefaultResourceProvider.h"
44
#include "CEGUIDynamicModule.h"
45
#include "CEGUIExceptions.h"
46
#include "CEGUIFactoryModule.h"
47
#include "CEGUIFontManager.h"
48
#include "CEGUIGeometryBuffer.h"
49
#include "CEGUIGlobalEventSet.h"
50
#include "CEGUIImageCodec.h"
51
#include "CEGUIImagesetManager.h"
52
#include "CEGUIInputEvent.h"
53
#include "CEGUIJustifiedRenderedString.h"
54
#include "CEGUILeftAlignedRenderedString.h"
55
#include "CEGUIMouseCursor.h"
56
#include "CEGUIPropertyHelper.h"
57
#include "CEGUIPropertySet.h"
58
#include "CEGUIRect.h"
59
#include "CEGUIRegexMatcher.h"
60
#include "CEGUIRenderedString.h"
61
#include "CEGUIRenderedStringImageComponent.h"
62
#include "CEGUIRenderedStringParser.h"
63
#include "CEGUIRenderedStringTextComponent.h"
64
#include "CEGUIRenderedStringWidgetComponent.h"
65
#include "CEGUIRenderedStringWordWrapper.h"
66
#include "CEGUIRenderEffect.h"
67
#include "CEGUIRenderer.h"
68
#include "CEGUIRenderingContext.h"
69
#include "CEGUIRenderingRoot.h"
70
#include "CEGUIRenderingSurface.h"
71
#include "CEGUIRenderingWindow.h"
72
#include "CEGUIRenderQueue.h"
73
#include "CEGUIRenderTarget.h"
74
#include "CEGUIRightAlignedRenderedString.h"
75
#include "CEGUISchemeManager.h"
76
#include "CEGUIScriptModule.h"
77
#include "CEGUISize.h"
78
#include "CEGUISystem.h"
79
#include "CEGUITexture.h"
80
#include "CEGUITextureTarget.h"
81
#include "CEGUITextUtils.h"
82
#include "CEGUITplWindowFactory.h"
83
#include "CEGUITplWindowRendererFactory.h"
84
#include "CEGUITplWRFactoryRegisterer.h"
85
#include "CEGUIVector.h"
86
#include "CEGUIVersion.h"
87
#include "CEGUIVertex.h"
88
#include "CEGUIWidgetModule.h"
89
#include "CEGUIWindowFactory.h"
90
#include "CEGUIWindowFactoryManager.h"
91
#include "CEGUIWindow.h"
92
#include "CEGUIWindowManager.h"
93
#include "CEGUIWindowRendererManager.h"
94
#include "CEGUIWindowRendererModule.h"
95
#include "CEGUIWRFactoryRegisterer.h"
96
#include "CEGUIXMLAttributes.h"
97
#include "CEGUIXMLHandler.h"
98
#include "CEGUIXMLParser.h"
99
#include "CEGUIXMLSerializer.h"
100
101
// Falagard core system include
102
#include "falagard/CEGUIFalWidgetLookManager.h"
103
104
// gui elements
105
#include "elements/CEGUIAll.h"
106
107
#endif // end of guard _CEGUI_h_
Generated by
1.8.3.1