Project

General

Profile

Statistics
| Revision:

root / branches / lemmings / code / behaviors / lemmings / smart_run_around_fsm.h @ 332

History | View | Annotate | Download (127 Bytes)

1 231 emarinel
/**
2
 */
3 209 dsschult
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