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 pre-compiled headers:
9 // http://www.cygnus-software.com/papers/precompiledheaders.html
10 
11 #include <osgDB/ReadFile>
12 #include <osgDB/WriteFile>
13 #include <osg/Geode>
14 #include <osg/ShapeDrawable>
15 #include <osg/StateSet>
16 #include <osg/PolygonMode>
17 #include <osg/Depth>
18 #include <osg/ClipNode>
19 #include <osgUtil/SmoothingVisitor>
20 #include <osg/Switch>
21 #include <osg/BlendFunc>
22 
23 #include <vrecko/Ability.h>
24 #include <vrecko/EventDispatcher.h>
25 #include <vrecko/Logger.h>
26 #include <vrecko/Message.h>
27 #include <vrecko/Scene.h>
28 #include <vrecko/PluginManager.h>
29 #include <vrecko/ReaderWriter.h>
30 
31 #include <fstream>
32 #include <iostream>
33 #include <sstream>
34 #include <vector>
35 #include <math.h>
36 
37 #include <xercesc/dom/DOM.hpp>
38 #include <xercesc/dom/DOMWriter.hpp>
39 #include <xercesc/framework/LocalFileFormatTarget.hpp>
40 #include <xercesc/framework/StdOutFormatTarget.hpp>
41 #include <xercesc/parsers/XercesDOMParser.hpp>
42 #include <xercesc/sax/HandlerBase.hpp>
43 #include <xercesc/util/PlatformUtils.hpp>
44 #include <xercesc/util/XMLString.hpp>