heavily simplified imports and using directives
This commit is contained in:
@ -14,8 +14,9 @@ class Park_spot {
|
||||
public:
|
||||
int id;
|
||||
bool taken;
|
||||
Customer* parked; //TODO: think about memory management
|
||||
Customer* parked;
|
||||
Park_spot();
|
||||
~Park_spot();
|
||||
void clock(Customer* c_customer);
|
||||
private:
|
||||
void save_db();
|
||||
|
Reference in New Issue
Block a user