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 
12 #include <vrecko/Ability.h>
13 #include <vrecko/EventDispatcher.h>
15 #include <vrecko/Scene.h>
16 
17 #include <vrecko/PluginManager.h>
18 
19 #include <helpers/DynamicArray.h>
20 #include <helpers/XercesXMLUtils.h>
21 
22 #include <math.h>
23 
24 #include <osg/BlendColor>
25 #include <osg/BlendFunc>
26 #include <osg/Geode>
27 #include <osg/Group>
28 #include <osg/ShapeDrawable>
29