Mod/Sandbox/Gui/PreCompiled.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef GUI_PRECOMPILED_H
00025 #define GUI_PRECOMPILED_H
00026
00027 #include <FCConfig.h>
00028
00029
00030 #ifdef FC_OS_WIN32
00031 # define SandboxAppExport __declspec(dllimport)
00032 # define SandboxGuiExport __declspec(dllexport)
00033 # define MeshExport __declspec(dllimport)
00034 # define PartExport __declspec(dllimport)
00035 # define AppPartExport __declspec(dllimport)
00036 #else // for Linux
00037 # define SandboxAppExport
00038 # define SandboxGuiExport
00039 # define MeshExport
00040 # define PartExport
00041 # define AppPartExport
00042 #endif
00043
00044 #ifdef _PreComp_
00045
00046
00047 #include <cstdio>
00048 #include <cassert>
00049
00050
00051 #include <algorithm>
00052 #include <iostream>
00053 #include <list>
00054 #include <map>
00055 #include <queue>
00056 #include <set>
00057 #include <sstream>
00058 #include <stack>
00059 #include <string>
00060 #include <vector>
00061
00062
00063 #include <xercesc/util/XercesDefs.hpp>
00064
00065 #ifdef FC_OS_WIN32
00066 # include <windows.h>
00067 #endif
00068
00069
00070 #include <qaction.h>
00071 #include <qapplication.h>
00072 #include <qmainwindow.h>
00073 #include <qworkspace.h>
00074
00075 #endif //_PreComp_
00076
00077 #endif // GUI_PRECOMPILED_H