#ifndef DEALER_H #define DEALER_H #include "Car.h" using namespace std; class Dealer { // nothing here yet. It is up to you }; #endif