makeWay/src/collisions.h

6 lines
79 B
C

#ifndef COLLISIONS_H
#define COLLISIONS_H
bool updateCars(level* lvl);
#endif