Project

General

Profile

Statistics
| Revision:

root / trunk / code / behaviors / lemmings / lemmings.h @ 1390

History | View | Annotate | Download (111 Bytes)

1 700 dsschult
/**
2
 */
3
4
#ifndef _LEMMINGS_H_
5
#define _LEMMINGS_H_
6
7
void lemmings_init(void);
8
void lemmings_FSM(void);
9
10
#endif