MyGUI 3.4.1
MyGUI_Precompiled.h
Go to the documentation of this file.
1/*
2 * This source file is part of MyGUI. For the latest info, see http://mygui.info/
3 * Distributed under the MIT License
4 * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
5 */
6
7#ifndef MYGUI_PRECOMPILED_H_
8#define MYGUI_PRECOMPILED_H_
9
10#include "MyGUI_Prerequest.h"
11#include "MyGUI_Common.h"
12#include "MyGUI_Macros.h"
13#include "MyGUI_LogManager.h"
14#include "MyGUI_Singleton.h"
15#include "MyGUI_Types.h"
16#include "MyGUI_Any.h"
17#include "MyGUI_IResource.h"
18#include "MyGUI_StringUtility.h"
19#include "MyGUI_MouseButton.h"
20#include "MyGUI_KeyCode.h"
21#include "MyGUI_Version.h"
22#include "MyGUI_WidgetStyle.h"
26#include "MyGUI_XmlDocument.h"
27#include "MyGUI_IObject.h"
28#include "MyGUI_ISerializable.h"
30
31#endif // MYGUI_PRECOMPILED_H_