ammend parkspot to include vehicletype
This commit is contained in:
@@ -18,9 +18,10 @@ class Park_spot {
|
||||
int id;
|
||||
bool taken;
|
||||
int parked_customer;
|
||||
Vehicle_type v_type;
|
||||
|
||||
Park_spot();
|
||||
Park_spot(int id_, bool taken_, int parked);
|
||||
Park_spot(Vehicle_type v_type_);
|
||||
Park_spot(int id_, bool taken_, int parked, Vehicle_type v_type_);
|
||||
void clock(Customer& c_customer);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user