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 <vrecko/BaseClass.h>
12 #include <vrecko/Ability.h>
14 #include <vrecko/EventDispatcher.h>
15 #include <vrecko/Scene.h>
16 #include <vrecko/World.h>
17 #include <vrecko/Logger.h>
18 
19 #include <vrecko/ReaderWriter.h>
20 
21 #include <osg/Geode>
22 #include <osg/Geometry>
23 #include <osg/Material>
24 
25 #include <osgText/Text>
26 
27 #include <esg/Definitions.h>