vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AP_Filter.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 "Linear.h"
10 // ------------------------------
11 
12 
13 extern "C" AP_EXPORT const char **getAbilityList(void);
14 extern "C" AP_EXPORT Ability *getAbilityInstance(const char *_name);
15 extern "C" AP_EXPORT const char *getAbilityDescription(const char * name);
16 extern "C" AP_EXPORT const char *getPluginDescription(void);
17 extern "C" AP_EXPORT void initializeAttributesDescription() {}