![]() |
vrecko
virtual reality framework
|
#include <vrecko/Ability.h>
#include <vreckoAP/Export>
#include "Boid.h"
#include "BoidsLogic.h"
#include "BoidsPlanner.h"
Go to the source code of this file.
Macros | |
#define | INSTANCE |
#define | LIST |
Functions | |
const char AP_EXPORT ** | boids_getAbilityList (void) |
Ability AP_EXPORT * | boids_getAbilityInstance (const char *_name) |
const char AP_EXPORT * | boids_getAbilityDescription (const char *name) |
const char AP_EXPORT * | boids_getPluginDescription (void) |
void AP_EXPORT | boids_initializeAttributesDescription () |
#define INSTANCE |
#define LIST |
const char AP_EXPORT* boids_getAbilityDescription | ( | const char * | name | ) |
Ability AP_EXPORT* boids_getAbilityInstance | ( | const char * | _name | ) |
const char AP_EXPORT** boids_getAbilityList | ( | void | ) |
const char AP_EXPORT* boids_getPluginDescription | ( | void | ) |
void AP_EXPORT boids_initializeAttributesDescription | ( | ) |