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 <float.h>
13 
14 #include <osg/Geode>
15 #include <osg/Geometry>
16 #include <osg/Group>
17 #include <osg/Node>
18 #include <osg/PrimitiveSet>
19 #include <osg/Vec3>
20 
21 #include <vrecko/Ability.h>
23 #include <vrecko/World.h>
24 #include <vrecko/ReaderWriter.h>