BioinstSim
2
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
stopbehavior.h
1
#ifndef STOPBEHAVIOR_H
2
#define STOPBEHAVIOR_H
3
4
/******************************************************************************/
5
/******************************************************************************/
6
7
#include "behavior.h"
8
9
/******************************************************************************/
10
/******************************************************************************/
11
12
class
CStopBehavior
:
public
CBehavior
13
{
14
public
:
15
CStopBehavior
();
16
17
virtual
bool
TakeControl();
18
virtual
void
Action();
19
virtual
void
SetAgent(
CAgent
* pc_agent);
20
21
22
protected
:
23
24
};
25
26
/******************************************************************************/
27
/******************************************************************************/
28
29
30
#endif // STOPBEHAVIOR_H
Generated on Wed Jun 19 2013 18:02:33 for BioinstSim by
1.8.3.1