Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (111 Bytes)

1
/**
2
 */
3

    
4
#ifndef _LEMMINGS_H_
5
#define _LEMMINGS_H_
6

    
7
void lemmings_init(void);
8
void lemmings_FSM(void);
9

    
10
#endif