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
UseToEvent.h
Go to the documentation of this file.
1
#ifndef USETOEVENT_H
2
#define USETOEVENT_H
3
4
#include <
vrecko/IOPins.h
>
5
#include <
vrecko/BaseClass.h
>
6
#include <
vrecko/Ability.h
>
7
8
using namespace
vrecko;
9
10
namespace
APObjectUtils
11
{
12
13
class
UseToEvent
:
public
vrecko::Ability
14
{
15
public
:
16
UseToEvent
();
17
virtual
~
UseToEvent
();
18
19
protected
:
20
vrecko::EnvironmentObject
*
owner
;
21
22
DECLARE_INPUT
(Use, MessageBool);
23
DECLARE_OUTPUT
(Trigger, MessageBool);
24
};
25
26
}
27
28
#endif
include
vreckoAP
ObjectUtils
UseToEvent.h
Generated on Tue Feb 19 2013 10:23:44 for vrecko by
1.8.3.1