Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (132 Bytes)

1 1064 bcoltin
#ifndef __RANGEFINDERS_H__
2
#define __RANGEFINDERS_H__
3
4
struct RobotType;
5
6
void update_rangefinders(struct RobotType *bot);
7
8
#endif