#include <avr/pgmspace.h>

#ifndef CAR_H

#define CAR_H

extern const unsigned char car[];

#endif