Project

General

Profile

Statistics
| Revision:

root / trunk / code / behaviors / lemmings / smart_run_around_fsm.h @ 1568

History | View | Annotate | Download (127 Bytes)

1 700 dsschult
/**
2
 */
3
4
#ifndef _RUN_AROUND_FSM_H_
5
#define _RUN_AROUND_FSM_H_
6
7
void run_around_init(void);
8
void run_around_FSM(void);
9
10
#endif