CEGUI.h   CEGUI.h 
/*********************************************************************** /***********************************************************************
filename: CEGUI.h
created: 21/2/2004 created: 21/2/2004
author: Paul D Turner author: Paul D Turner
purpose: Main system include for client code purpose: Main system include for client code
*************************************************************************/ *************************************************************************/
/************************************************************************** * /************************************************************************** *
* Copyright (C) 2004 - 2006 Paul D Turner & The CEGUI Development Team * Copyright (C) 2004 - 2006 Paul D Turner & The CEGUI Development Team
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the
skipping to change at line 34 skipping to change at line 33
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
* IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
************************************************************************** */ ************************************************************************** */
#ifndef _CEGUI_h_ #ifndef _CEGUI_h_
#define _CEGUI_h_ #define _CEGUI_h_
// base stuff // base stuff
#include "CEGUIAffector.h" #include "CEGUI/Affector.h"
#include "CEGUIAnimation.h" #include "CEGUI/Animation.h"
#include "CEGUIAnimationInstance.h" #include "CEGUI/AnimationInstance.h"
#include "CEGUIAnimationManager.h" #include "CEGUI/AnimationManager.h"
#include "CEGUIBasicInterpolators.h" #include "CEGUI/BasicImage.h"
#include "CEGUIBasicRenderedStringParser.h" #include "CEGUI/BasicRenderedStringParser.h"
#include "CEGUIBiDiVisualMapping.h" #include "CEGUI/BidiVisualMapping.h"
#include "CEGUICentredRenderedString.h" #include "CEGUI/BoundSlot.h"
#include "CEGUIcolour.h" #include "CEGUI/CentredRenderedString.h"
#include "CEGUIColourRect.h" #include "CEGUI/Clipboard.h"
#include "CEGUICoordConverter.h" #include "CEGUI/Colour.h"
#include "CEGUIDataContainer.h" #include "CEGUI/ColourRect.h"
#include "CEGUIDefaultLogger.h" #include "CEGUI/CoordConverter.h"
#include "CEGUIDefaultRenderedStringParser.h" #include "CEGUI/DataContainer.h"
#include "CEGUIDefaultResourceProvider.h" #include "CEGUI/DefaultLogger.h"
#include "CEGUIDynamicModule.h" #include "CEGUI/DefaultRenderedStringParser.h"
#include "CEGUIExceptions.h" #include "CEGUI/DefaultResourceProvider.h"
#include "CEGUIFactoryModule.h" #include "CEGUI/DynamicModule.h"
#include "CEGUIFontManager.h" #include "CEGUI/Element.h"
#include "CEGUIGeometryBuffer.h" #include "CEGUI/Event.h"
#include "CEGUIGlobalEventSet.h" #include "CEGUI/EventArgs.h"
#include "CEGUIImageCodec.h" #include "CEGUI/EventSet.h"
#include "CEGUIImagesetManager.h" #include "CEGUI/Exceptions.h"
#include "CEGUIInputEvent.h" #include "CEGUI/FactoryModule.h"
#include "CEGUIInterpolator.h" #include "CEGUI/FactoryRegisterer.h"
#include "CEGUIJustifiedRenderedString.h" #include "CEGUI/Font.h"
#include "CEGUIKeyFrame.h" #include "CEGUI/FontGlyph.h"
#include "CEGUILeftAlignedRenderedString.h" #include "CEGUI/FontManager.h"
#include "CEGUIMouseCursor.h" #include "CEGUI/FormattedRenderedString.h"
#include "CEGUIPropertyHelper.h" #include "CEGUI/GeometryBuffer.h"
#include "CEGUIPropertySet.h" #include "CEGUI/GlobalEventSet.h"
#include "CEGUIRect.h" #include "CEGUI/GUIContext.h"
#include "CEGUIRegexMatcher.h" #include "CEGUI/Image.h"
#include "CEGUIRenderedString.h" #include "CEGUI/ImageCodec.h"
#include "CEGUIRenderedStringImageComponent.h" #include "CEGUI/ImageManager.h"
#include "CEGUIRenderedStringParser.h" #include "CEGUI/InputEvent.h"
#include "CEGUIRenderedStringTextComponent.h" #include "CEGUI/Interpolator.h"
#include "CEGUIRenderedStringWidgetComponent.h" #include "CEGUI/JustifiedRenderedString.h"
#include "CEGUIRenderedStringWordWrapper.h" #include "CEGUI/KeyFrame.h"
#include "CEGUIRenderEffect.h" #include "CEGUI/LeftAlignedRenderedString.h"
#include "CEGUIRenderEffectManager.h" #include "CEGUI/LinkedEvent.h"
#include "CEGUIRenderer.h" #include "CEGUI/Logger.h"
#include "CEGUIRenderingContext.h" #include "CEGUI/MouseCursor.h"
#include "CEGUIRenderingRoot.h" #include "CEGUI/NamedElement.h"
#include "CEGUIRenderingSurface.h" #include "CEGUI/Property.h"
#include "CEGUIRenderingWindow.h" #include "CEGUI/PropertyHelper.h"
#include "CEGUIRenderQueue.h" #include "CEGUI/PropertySet.h"
#include "CEGUIRenderTarget.h" #include "CEGUI/Quaternion.h"
#include "CEGUIRightAlignedRenderedString.h" #include "CEGUI/Rect.h"
#include "CEGUISchemeManager.h" #include "CEGUI/RegexMatcher.h"
#include "CEGUIScriptModule.h" #include "CEGUI/RenderedString.h"
#include "CEGUISize.h" #include "CEGUI/RenderedStringImageComponent.h"
#include "CEGUISystem.h" #include "CEGUI/RenderedStringParser.h"
#include "CEGUITexture.h" #include "CEGUI/RenderedStringTextComponent.h"
#include "CEGUITextureTarget.h" #include "CEGUI/RenderedStringWidgetComponent.h"
#include "CEGUITextUtils.h" #include "CEGUI/RenderedStringWordWrapper.h"
#include "CEGUITplWindowFactory.h" #include "CEGUI/RenderEffect.h"
#include "CEGUITplWindowRendererFactory.h" #include "CEGUI/RenderEffectManager.h"
#include "CEGUITplWRFactoryRegisterer.h" #include "CEGUI/Renderer.h"
#include "CEGUIVector.h" #include "CEGUI/RenderingContext.h"
#include "CEGUIVersion.h" #include "CEGUI/RenderingSurface.h"
#include "CEGUIVertex.h" #include "CEGUI/RenderingWindow.h"
#include "CEGUIWidgetModule.h" #include "CEGUI/RenderQueue.h"
#include "CEGUIWindowFactory.h" #include "CEGUI/RenderTarget.h"
#include "CEGUIWindowFactoryManager.h" #include "CEGUI/RightAlignedRenderedString.h"
#include "CEGUIWindow.h" #include "CEGUI/Scheme.h"
#include "CEGUIWindowManager.h" #include "CEGUI/SchemeManager.h"
#include "CEGUIWindowRendererManager.h" #include "CEGUI/ScriptModule.h"
#include "CEGUIWindowRendererModule.h" #include "CEGUI/SimpleTimer.h"
#include "CEGUIWRFactoryRegisterer.h" #include "CEGUI/Size.h"
#include "CEGUIXMLAttributes.h" #include "CEGUI/String.h"
#include "CEGUIXMLHandler.h" #include "CEGUI/StringTranscoder.h"
#include "CEGUIXMLParser.h" #include "CEGUI/System.h"
#include "CEGUIXMLSerializer.h" #include "CEGUI/SystemKeys.h"
#include "CEGUI/Texture.h"
#include "CEGUI/TextureTarget.h"
#include "CEGUI/TextUtils.h"
#include "CEGUI/TplInterpolators.h"
#include "CEGUI/TplWindowFactory.h"
#include "CEGUI/TplWindowRendererFactory.h"
#include "CEGUI/TplWindowFactoryRegisterer.h"
#include "CEGUI/TplWRFactoryRegisterer.h"
#include "CEGUI/Vector.h"
#include "CEGUI/Version.h"
#include "CEGUI/Vertex.h"
#include "CEGUI/WindowFactory.h"
#include "CEGUI/WindowFactoryManager.h"
#include "CEGUI/Window.h"
#include "CEGUI/WindowManager.h"
#include "CEGUI/WindowRendererManager.h"
#include "CEGUI/XMLAttributes.h"
#include "CEGUI/XMLHandler.h"
#include "CEGUI/XMLParser.h"
#include "CEGUI/XMLSerializer.h"
// Falagard core system include // Falagard core system include
#include "falagard/CEGUIFalWidgetLookManager.h" #include "CEGUI/falagard/WidgetLookManager.h"
// gui elements // gui elements
#include "elements/CEGUIAll.h" #include "CEGUI/widgets/All.h"
#endif // end of guard _CEGUI_h_ #endif // end of guard _CEGUI_h_
 End of changes. 4 change blocks. 
77 lines changed or deleted 96 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/