Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1085 |
pj |
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 |
|