#ifndef COLLISIONS_H
#define COLLISIONS_H
bool updateCars(level* lvl);
void updateWins(int* ranks);
void apply_friction(int nPl);
#endif