vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AP_behindO.h
Go to the documentation of this file.
1 #include <vrecko/Ability.h>
2 
3 #include <vreckoAP/Export>
4 
5 #define INSTANCE
6 #define LIST
7 
8 // ------------------------------
9 #include "Mirror.h"
10 #include "Lens.h"
11 #include "WIM.h"
12 #include "ChangeOfVisibility.h"
13 #include "CuttingPlane.h"
14 #include "Manipulator.h"
15 #include "HeadManipulator.h"
16 #include "HMDHeadManipulator.h"
20 #include "BehindObstacleExp_wT.h"
21 #include "AvatarManipulator.h"
22 #include "EyeManipulator.h"
23 #include "MappingFunctions.h"
24 
25 // ------------------------------
26 
27 
28 extern "C" const char AP_EXPORT **behindO_getAbilityList(void);
29 extern "C" Ability AP_EXPORT *behindO_getAbilityInstance(const char *_name);
30 extern "C" const char AP_EXPORT *behindO_getAbilityDescription(const char *name);
31 extern "C" void AP_EXPORT behindO_setAbilitiesParameters(void);
32 extern "C" const char AP_EXPORT *behindO_getPluginDescription(void);
33 extern "C" void AP_EXPORT behindO_initializeAttributesDescription() {}
34 
35 //$Id: AP_behindO.h 1 2010-10-27 12:01:29Z xbezdeka $