LRT14
1.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
DelayedEvent.h
1
#ifndef DELAYED_EVENT_H_
2
#define DELAYED_EVENT_H_
3
4
#include "Event.h"
5
9
class
DelayedEvent
:
public
Event
10
{
11
public
:
12
DelayedEvent
(
Event
* event,
int
delayCycles);
13
virtual
~
DelayedEvent
();
14
15
virtual
bool
CheckCondition
();
16
virtual
void
Update
();
17
18
private
:
19
Event
* m_event;
20
int
m_delay;
21
int
m_count;
22
};
23
24
#endif
Brain
Events
DelayedEvent.h
Generated on Tue Feb 11 2014 00:29:33 for LRT14 by
1.8.3