Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / simulator / core / rangefinders.h @ 1091

History | View | Annotate | Download (132 Bytes)

1
#ifndef __RANGEFINDERS_H__
2
#define __RANGEFINDERS_H__
3

    
4
struct RobotType;
5

    
6
void update_rangefinders(struct RobotType *bot);
7

    
8
#endif
9