vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
precompiled.h
Go to the documentation of this file.
1 // Precompiled headers.
2 
3 // !!!!!!!!!!!
4 // This file must be included in any other .cpp file in this project
5 // on the first line (except comments)
6 // !!!!!!!!!!!
7 
8 // Documentation on precompiled headers:
9 // http://www.cygnus-software.com/papers/precompiledheaders.html
10 
11 #include <osg/Vec2>
12 #include <osg/Vec3>
13 #include <osg/Vec4>
14 #include <osg/Node>
15 #include <osg/Matrix>
16 #include <osg/Quat>
17 #include <osg/MatrixTransform>
18 #include <osg/Timer>
19 #include <osg/Notify>
20 #include <osg/Group>
21 
22 #include <osgDB/DynamicLibrary>
23 
24 #include <osgText/Text>
25 
26 #include <osgViewer/Viewer>
27 
28 #include <esg/Definitions.h>
29 #include <esg/OSGAdapter.h>
30 
31 #include <stdio.h>
32 #include <vector>
33 #include <string>
34 #include <fstream>
35 #include <sstream>
36 #include <set>
37 #include <list>
38 #include <map>
39 #include <time.h>
40 
41 #define WIN32_LEAN_AND_MEAN
42 #include <windows.h>
43 
44 #include <xercesc/util/XercesDefs.hpp>
45 #include <xercesc/dom/DOM.hpp>
46 #include <xercesc/util/XMLString.hpp>
47 #include <xercesc/parsers/AbstractDOMParser.hpp>
48 
49 #include <helpers/StringHelpers.h>
50 #include <iostream>