vrecko
virtual reality framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
AP_Garden.h
Go to the documentation of this file.
1
#ifndef AP_GARDEN_H_
2
#define AP_GARDEN_H_
3
4
#include <
vrecko/Ability.h
>
5
#include <vreckoAP/Export>
6
#include <iostream>
7
8
using namespace
vrecko;
9
30
#pragma warning(disable:4190)
31
// disable warning that tells us that using 'extern "C"' and 'string' at the same time is weird
32
33
// several functions for maintaining abilities
34
extern
"C"
AP_EXPORT
const
char
*
Garden_getPluginDescription
();
// returns description of this plugin
35
extern
"C"
AP_EXPORT
char
**
Garden_getAbilityList
();
// returns pointer to the ability name list
36
extern
"C"
AP_EXPORT
const
char
*
Garden_getAbilityDescription
(
const
char
*strName);
// returns description of specified ability
37
extern
"C"
AP_EXPORT
Ability
*
Garden_getAbilityInstance
(
const
char
* pchName);
// returns an instance of the specified ability
38
extern
"C"
AP_EXPORT
void
Garden_setAbilitiesParameters
();
// sets parameters info for BusinessProcess abilities
39
extern
"C"
void
AP_EXPORT
Garden_initializeAttributesDescription
() {}
40
41
#endif
include
vreckoAP
Garden
AP_Garden.h
Generated on Tue Feb 19 2013 10:23:43 for vrecko by
1.8.3.1