![]() |
vrecko
virtual reality framework
|
#include "precompiled.h"
#include <vreckoAP/Garden/AP_Garden.h>
#include <vreckoAP/Garden/lsobject.h>
Functions | |
AP_EXPORT const char * | Garden_getPluginDescription () |
AP_EXPORT char ** | Garden_getAbilityList () |
AP_EXPORT const char * | Garden_getAbilityDescription (const char *strName) |
AP_EXPORT Ability * | Garden_getAbilityInstance (const char *pchName) |
AP_EXPORT void | Garden_setAbilitiesParameters () |
Variables | |
char * | g_pAPGardenPluginName = {"Garden"} |
char * | g_pAPGardenAbilityName [] |
char * | g_pAPGardenAbilityDesc [] |
AP_EXPORT const char* Garden_getAbilityDescription | ( | const char * | strName | ) |
AP_EXPORT Ability* Garden_getAbilityInstance | ( | const char * | pchName | ) |
AP_EXPORT char** Garden_getAbilityList | ( | ) |
AP_EXPORT const char* Garden_getPluginDescription | ( | ) |
AP_EXPORT void Garden_setAbilitiesParameters | ( | ) |
char* g_pAPGardenAbilityDesc[] |
char* g_pAPGardenAbilityName[] |
char* g_pAPGardenPluginName = {"Garden"} |