vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
_AP_Atmospheric.h
Go to the documentation of this file.
1 
9 #include <vrecko/Ability.h>
10 
11 #include <vreckoAP/Export>
12 
13 #define INSTANCE
14 #define LIST
15 
16 extern "C" AP_EXPORT const char **Atmospheric_getAbilityList(void);
17 extern "C" AP_EXPORT vrecko::Ability *Atmospheric_getAbilityInstance(const char *_name);
18 extern "C" AP_EXPORT const char *Atmospheric_getAbilityDescription(const char * name);
19 extern "C" AP_EXPORT const char *Atmospheric_getPluginDescription(void);
20 extern "C" AP_EXPORT void Atmospheric_initializeAttributesDescription() {}