Subversion Repositories shark

Rev

Rev 1655 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1655 giacomo 1
//*****************************car.h********************************
2
// car management functions
3
#ifndef CST
4
#include "constant.h"
5
#endif
6
 
7
char collision_sensor(car_data *);
8
int sensore(car_data *);
9
void ch_spd(car_data *,char);
10