Rev 1085 | Details | Compare with Previous | Last modification | View Log | RSS feed
//*****************************car.h********************************
// car management functions
#ifndef CST
#include "constant.h"
#endif
char collision_sensor(car_data *);
int sensore(car_data *);
void ch_spd(car_data *,char);