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>
14 #include <vrecko/EventDispatcher.h>
15 
16 #include <vrecko/PluginManager.h>
17 
19 
20 #include <helpers/DynamicArray.h>
21 #include <helpers/XercesXMLUtils.h>
22 
23 #include <stdlib.h>
24 #include <iostream>
25 #include <sstream>
26 #include <math.h>
27 #include <time.h>
28 
29 #include <osg/PolygonMode>
30 
31 #include <osgDB/ReadFile>
32 
33 #include <osgGA/StateSetManipulator>
34 
35