vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AP_navigation.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 "KMTracker.h"
10 #include "AvatarInHand.h"
11 // ------------------------------
12 
13 
14 extern "C" const char AP_EXPORT **navigation_getAbilityList (void);
15 
16 extern "C" Ability AP_EXPORT * navigation_getAbilityInstance (const char *_name);
17 extern "C" void AP_EXPORT navigation_initializeAttributesDescription() {}