MyGUI  3.2.1
MyGUI_Precompiled.h
Go to the documentation of this file.
00001 /*
00002  * This source file is part of MyGUI. For the latest info, see http://mygui.info/
00003  * Distributed under the MIT License
00004  * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
00005  */
00006 
00007 #ifndef __MYGUI_PRECOMPILED_H__
00008 #define __MYGUI_PRECOMPILED_H__
00009 
00010 #include "MyGUI_Prerequest.h"
00011 #include "MyGUI_Common.h"
00012 #include "MyGUI_Macros.h"
00013 #include "MyGUI_LogManager.h"
00014 #include "MyGUI_Singleton.h"
00015 #include "MyGUI_Types.h"
00016 #include "MyGUI_Any.h"
00017 #include "MyGUI_IResource.h"
00018 #include "MyGUI_StringUtility.h"
00019 #include "MyGUI_MouseButton.h"
00020 #include "MyGUI_KeyCode.h"
00021 #include "MyGUI_Version.h"
00022 #include "MyGUI_WidgetStyle.h"
00023 #include "MyGUI_ActionController.h"
00024 #include "MyGUI_ControllerFadeAlpha.h"
00025 #include "MyGUI_ControllerPosition.h"
00026 #include "MyGUI_XmlDocument.h"
00027 #include "MyGUI_IObject.h"
00028 #include "MyGUI_ISerializable.h"
00029 #include "MyGUI_GenericFactory.h"
00030 
00031 #endif // __MYGUI_PRECOMPILED_H__